To drop root privilege for parodus process

This commit is contained in:
kjothi774
2020-04-02 03:37:44 +00:00
parent 5aae91763a
commit e29dd26d2b
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1,2 @@
/* This is a stub function that will be overridden in a patch */
void drop_root_privilege();