Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 7 of 7) sorted by relevance

/security/integrity/ima/
Dima_efi.c36 static bool initialized; in arch_ima_get_secureboot() local
38 if (!initialized && efi_enabled(EFI_BOOT)) { in arch_ima_get_secureboot()
43 initialized = true; in arch_ima_get_secureboot()
/security/
DKconfig.hardening47 variables initialized), but the performance impact depends
53 initialized before use in a function.
82 explicitly initialized. This can prevent most classes
100 initialized. This is intended to eliminate all classes
146 bool "Report forcefully initialized variables"
152 initialized. Since not all existing initializers are detected
162 the stack initialized to the poison value, which both reduces
DKconfig238 prompt "First legacy 'major LSM' to be initialized"
252 initialized first. Overridden by non-default CONFIG_LSM.
/security/selinux/include/
Dsecurity.h98 bool initialized; member
118 return smp_load_acquire(&state->initialized); in selinux_initialized()
124 smp_store_release(&state->initialized, true); in selinux_mark_initialized()
Dobjsec.h52 unsigned char initialized; /* initialization flag */ member
/security/selinux/
Dhooks.c275 isec->initialized != LABEL_INITIALIZED) { in __inode_security_revalidate()
839 root_isec->initialized = LABEL_INITIALIZED; in selinux_set_mnt_opts()
1450 if (isec->initialized == LABEL_INITIALIZED) in inode_doinit_with_dentry()
1454 if (isec->initialized == LABEL_INITIALIZED) in inode_doinit_with_dentry()
1475 isec->initialized = LABEL_PENDING; in inode_doinit_with_dentry()
1593 if (isec->initialized == LABEL_PENDING) { in inode_doinit_with_dentry()
1595 isec->initialized = LABEL_INVALID; in inode_doinit_with_dentry()
1598 isec->initialized = LABEL_INITIALIZED; in inode_doinit_with_dentry()
1608 if (isec->initialized == LABEL_PENDING) { in inode_doinit_with_dentry()
1609 isec->initialized = LABEL_INVALID; in inode_doinit_with_dentry()
[all …]
Dselinuxfs.c1474 isec->initialized = LABEL_INITIALIZED; in sel_make_bools()
2118 isec->initialized = LABEL_INITIALIZED; in sel_fill_super()