Home
last modified time | relevance | path

Searched refs:FLAG_HAT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy.h49 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT)
H A Dlabel.h85 FLAG_HAT = 1, /* profile is a hat */ enumerator
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy.h51 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT)
H A Dlabel.h81 FLAG_HAT = 1, /* profile is a hat */ enumerator
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c542 profile->label.flags |= FLAG_HAT; in aa_new_null_profile()
H A Dpolicy_unpack.c750 profile->label.flags |= FLAG_HAT; in unpack_profile()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c675 profile->label.flags |= FLAG_HAT; in aa_new_learning_profile()
H A Dpolicy_unpack.c892 profile->label.flags |= FLAG_HAT; in unpack_profile()

Completed in 9 milliseconds