From e29dd26d2bce0aba1f63681c053a792d9465203a Mon Sep 17 00:00:00 2001 From: kjothi774 Date: Thu, 2 Apr 2020 03:37:44 +0000 Subject: [PATCH] To drop root privilege for parodus process --- CHANGELOG.md | 2 +- src/privilege.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afd2e05..3454072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Security - Added command line arguments for secure token read and acquire. Token presented to cloud for authentication verification. -- Included chnages to drop root capabilities for parodus process +- Added support for override functions to support drop root capabilities for parodus process ## [1.0.0] - 2017-11-17 ### Added diff --git a/src/privilege.h b/src/privilege.h index 2654a3e..3dd8f6c 100644 --- a/src/privilege.h +++ b/src/privilege.h @@ -1 +1,2 @@ +/* This is a stub function that will be overridden in a patch */ void drop_root_privilege();