Home
last modified time | relevance | path

Searched defs:_profile (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/apparmor/include/
H A Dpolicy.h41 #define PROFILE_MODE(_profile, _mode) \ argument
45 #define COMPLAIN_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_COMPLAIN) argument
47 #define USER_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_USER) argument
49 #define KILL_MODE(_profile) PROFILE_MODE((_profile), APPARMOR_KILL) argument
51 #define PROFILE_IS_HAT(_profile) ((_profile)->label.flags & FLAG_HAT) argument
53 #define CHECK_DEBUG1(_profile) ((_profile)->label.flags & FLAG_DEBUG1) argument
55 #define CHECK_DEBUG2(_profile) ((_profile)->label.flags & FLAG_DEBUG2) argument
57 #define profile_is_stale(_profile) (label_is_stale(&(_profile)->label)) argument