Home
last modified time | relevance | path

Searched refs:OP_PROF_LOAD (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c690 op = OP_PROF_LOAD; in aa_may_manage_policy()
868 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
903 op = OP_PROF_LOAD; in aa_replace_profiles()
1003 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1057 op = (ent && !ent->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1069 op = (!tmp->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c867 op = OP_PROF_LOAD; in aa_may_manage_policy()
1044 op = mask & AA_MAY_REPLACE_POLICY ? OP_PROF_REPL : OP_PROF_LOAD; in aa_replace_profiles()
1079 op = OP_PROF_LOAD; in aa_replace_profiles()
1201 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1256 op = (ent && !ent->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
1268 op = (!tmp->old) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Daudit.h103 #define OP_PROF_LOAD "profile_load" macro
/kernel/linux/linux-6.6/security/apparmor/include/
H A Daudit.h103 #define OP_PROF_LOAD "profile_load" macro

Completed in 5 milliseconds