Home
last modified time | relevance | path

Searched refs:OP_PROF_REPL (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/security/apparmor/
A Dpolicy.c842 op = OP_PROF_REPL; in aa_may_manage_policy()
1022 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
1179 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1234 op = (ent && !ent->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1246 op = (!tmp->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
/linux-6.3-rc2/security/apparmor/include/
A Daudit.h102 #define OP_PROF_REPL "profile_replace" macro

Completed in 5 milliseconds