#include <ApparmorControl.hpp>
Public Member Functions | |
| ApparmorControl () | |
| ~ApparmorControl () | |
| BLOCXX_NAMESPACE::String | getPathToInitScript () const |
| void | setpathToInitScript (const BLOCXX_NAMESPACE::String &script) |
| BLOCXX_NAMESPACE::String | getPathToSubdomainStatusScript () const |
| void | setPathToSubdomainStatusScript (const BLOCXX_NAMESPACE::String &script) |
| BLOCXX_NAMESPACE::Int32 | startAppArmor () |
| BLOCXX_NAMESPACE::Int32 | stopAppArmor () |
| BLOCXX_NAMESPACE::Int32 | isEnabled () |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< Data > | m_data |
|
|
|
|
|
|
|
|
Returns the path name to the AppArmor init script.
|
|
|
Returns the path name to the SubDomain status script.
|
|
|
Returns if AppArmor is enabled or not.
|
|
|
Sets the path name to the AppArmor init script.
|
|
|
Sets the path name to the SubDomain status script.
|
|
|
Calls the rc script's 'start' function.
|
|
|
Calls the rc script's 'stop' function.
|
|
|
|
1.4.6