Searched defs:behavior (Results 1 - 3 of 3) sorted by relevance

/security/selinux/include/
H A Dobjsec.h65 unsigned short behavior; /* labeling behavior */ member in struct:superblock_security_struct
/security/
H A Ddevice_cgroup.c51 enum devcg_behavior behavior; member in struct:dev_cgroup
173 return (devcg->behavior != DEVCG_DEFAULT_NONE);
177 * devcgroup_online - initializes devcgroup's behavior and exceptions based on
191 dev_cgroup->behavior = DEVCG_DEFAULT_ALLOW;
196 dev_cgroup->behavior = parent_dev_cgroup->behavior;
208 dev_cgroup->behavior = DEVCG_DEFAULT_NONE;
224 dev_cgroup->behavior = DEVCG_DEFAULT_NONE;
288 if (devcgroup->behavior == DEVCG_DEFAULT_ALLOW) {
392 * @behavior
397 verify_new_ex(struct dev_cgroup *dev_cgroup, struct dev_exception_item *refex, enum devcg_behavior behavior) argument
[all...]
/security/selinux/ss/
H A Dpolicydb.h193 u32 behavior; /* labeling behavior for fs_use */ member in union:ocontext::__anon31
279 fixed labeling behavior. */

Completed in 492 milliseconds