Home
last modified time | relevance | path

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

/Linux-v6.1/security/apparmor/
Dpolicy.c727 else if (mask & AA_MAY_REPLACE_POLICY) in aa_may_manage_policy()
908 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
977 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
984 !(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.1/security/apparmor/include/
Dpolicy.h172 #define AA_MAY_REPLACE_POLICY AA_MAY_WRITE macro