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

/security/selinux/ss/
H A Dpolicydb.c3335 u32 config; local
3352 config = 0;
3354 config |= POLICYDB_CONFIG_MLS;
3357 config |= REJECT_UNKNOWN;
3359 config |= ALLOW_UNKNOWN;
3372 /* Write the version, config, and table sizes. */
3381 buf[1] = cpu_to_le32(config);
/security/tomoyo/
H A Dcommon.c503 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT,
504 sizeof(ptr->config));
588 u8 config; local
591 config = profile->default_config;
593 config = 0;
608 config = profile->config[i];
617 config = TOMOYO_CONFIG_USE_DEFAULT;
624 * 'config' from 'TOMOYO_CONFIG_USE_DEAFULT'.
626 config
713 tomoyo_print_config(struct tomoyo_io_buffer *head, const u8 config) argument
789 const u8 config = profile->config[i]; local
[all...]
H A Dcommon.h882 u8 config[TOMOYO_MAX_MAC_INDEX + TOMOYO_MAX_MAC_CATEGORY_INDEX]; member in struct:tomoyo_profile

Completed in 110 milliseconds