Home
last modified time | relevance | path

Searched refs:AA_MAY_REPLACE_POLICY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dpolicy.c864 else if (mask & AA_MAY_REPLACE_POLICY) in aa_may_manage_policy()
1044 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
1114 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
1121 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
H A Dapparmorfs.c464 int error = policy_update(AA_MAY_LOAD_POLICY | AA_MAY_REPLACE_POLICY, in profile_replace()
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h224 #define AA_MAY_REPLACE_POLICY AA_MAY_WRITE macro