Ocean
|
This class implements utility functions for Linux platforms. More...
Static Public Member Functions | |
static bool | checkSecurityEnhancedLinuxStateIsPermissive () |
Checks the security enhanced linux state (SELinux). More... | |
Protected Types | |
using | ScopedFILE = ScopedObjectCompileTimeT< FILE *, FILE *, int, pclose, 0, false > |
Definition of a scoped object for FILE pointers. More... | |
This class implements utility functions for Linux platforms.
|
protected |
Definition of a scoped object for FILE pointers.
|
static |
Checks the security enhanced linux state (SELinux).
Can be toggled with "setenforce 0" or "setenforce 1".