Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dpolicy.c888 else if (mask & AA_MAY_REPLACE_POLICY) in aa_may_manage_policy()
1068 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
1138 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
1145 !(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-6.12.1/security/apparmor/include/
Dpolicy.h250 #define AA_MAY_REPLACE_POLICY AA_MAY_WRITE macro