Home
last modified time | relevance | path

Searched refs:aa_profile_mode_names (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/security/apparmor/
Dprocattr.c40 const char *mode_str = aa_profile_mode_names[profile->mode]; in aa_getprocattr()
Dlsm.c848 return sprintf(buffer, "%s", aa_profile_mode_names[aa_g_profile_mode]); in param_get_mode()
864 if (strcmp(val, aa_profile_mode_names[i]) == 0) { in param_set_mode()
Dapparmorfs.c276 seq_printf(seq, "%s\n", aa_profile_mode_names[profile->mode]); in aa_fs_seq_profmode_show()
755 aa_profile_mode_names[profile->mode]); in seq_show_profile()
Dpolicy.c95 const char *const aa_profile_mode_names[] = { variable
/linux-4.1.27/security/apparmor/include/
Dpolicy.h32 extern const char *const aa_profile_mode_names[];