#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 |
| limal::apparmor_control::ApparmorControl::ApparmorControl | ( | ) |
| limal::apparmor_control::ApparmorControl::~ApparmorControl | ( | ) |
| BLOCXX_NAMESPACE ::String limal::apparmor_control::ApparmorControl::getPathToInitScript | ( | ) | const |
| void limal::apparmor_control::ApparmorControl::setpathToInitScript | ( | const BLOCXX_NAMESPACE::String & | script | ) |
| BLOCXX_NAMESPACE ::String limal::apparmor_control::ApparmorControl::getPathToSubdomainStatusScript | ( | ) | const |
| void limal::apparmor_control::ApparmorControl::setPathToSubdomainStatusScript | ( | const BLOCXX_NAMESPACE::String & | script | ) |
| BLOCXX_NAMESPACE ::Int32 limal::apparmor_control::ApparmorControl::startAppArmor | ( | ) |
Calls the rc script's 'start' function.
| BLOCXX_NAMESPACE ::Int32 limal::apparmor_control::ApparmorControl::stopAppArmor | ( | ) |
Calls the rc script's 'stop' function.
| BLOCXX_NAMESPACE ::Int32 limal::apparmor_control::ApparmorControl::isEnabled | ( | ) |
Returns if AppArmor is enabled or not.
BLOCXX_NAMESPACE ::COWIntrusiveReference<Data> limal::apparmor_control::ApparmorControl::m_data [private] |
1.5.6