Home
last modified time | relevance | path

Searched refs:added (Results 1 – 5 of 5) sorted by relevance

/security/yama/
A Dyama_lsm.c144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local
146 added = kmalloc(sizeof(*added), GFP_KERNEL); in yama_ptracer_add()
147 if (!added) in yama_ptracer_add()
150 added->tracee = tracee; in yama_ptracer_add()
151 added->tracer = tracer; in yama_ptracer_add()
152 added->invalid = false; in yama_ptracer_add()
160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
166 list_add_rcu(&added->node, &ptracer_relations); in yama_ptracer_add()
/security/integrity/
A DKconfig31 usually only added from initramfs.
51 This option requires that all keys added to the .ima and
66 bool "Provide a keyring to which Machine Owner Keys may be added"
73 be added. This keyring shall contain just MOK keys. Unlike keys
83 on any key added to it. By default no restrictions are in place
84 and all Machine Owner Keys (MOK) are added to the machine keyring.
85 If enabled only CA keys are added to the machine keyring, all
/security/integrity/ima/
A DKconfig254 Keys may be added to the IMA or IMA blacklist keyrings, if the
260 IMA keys to be added may be added to the system secondary keyring,
325 int "Extra memory for IMA measurements added during kexec soft reboot"
331 allocated (in kb) for IMA measurements added during kexec soft reboot.
/security/keys/
A DKconfig56 Keyrings are created and added into the register upon demand and get
/security/
A DKconfig.hardening272 # Randstruct was first added in Clang 15, but it isn't safe to use until

Completed in 7 milliseconds