Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Dpolicy.c852 else if (mask & AA_MAY_REPLACE_POLICY) in aa_may_manage_policy()
1032 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
1102 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
1109 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
Dapparmorfs.c464 int error = policy_update(AA_MAY_LOAD_POLICY | AA_MAY_REPLACE_POLICY, in profile_replace()
/Linux-v6.6/security/apparmor/include/
Dpolicy.h224 #define AA_MAY_REPLACE_POLICY AA_MAY_WRITE macro