Home
last modified time | relevance | path

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

/Linux-v5.10/security/apparmor/
Dpolicy.c687 else if (mask & AA_MAY_REPLACE_POLICY) in aa_may_manage_policy()
868 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
934 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
941 !(mask & AA_MAY_REPLACE_POLICY), in aa_replace_profiles()
Dapparmorfs.c461 int error = policy_update(AA_MAY_LOAD_POLICY | AA_MAY_REPLACE_POLICY, in profile_replace()
/Linux-v5.10/security/apparmor/include/
Dpolicy.h168 #define AA_MAY_REPLACE_POLICY AA_MAY_WRITE macro