Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Daudit.h99 OP_PROF_REPL, enumerator
/linux-4.1.27/security/apparmor/
Dpolicy.c1073 int op = OP_PROF_REPL; in aa_replace_profiles()
1164 op = (!ent->old && !ent->rename) ? OP_PROF_LOAD : OP_PROF_REPL; in aa_replace_profiles()
Dapparmorfs.c146 data = aa_simple_write_to_buffer(OP_PROF_REPL, buf, size, size, pos); in profile_replace()