Searched refs:added (Results 1 – 5 of 5) sorted by relevance
144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local146 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()
31 usually only added from initramfs.51 This option requires that all keys added to the .ima and66 bool "Provide a keyring to which Machine Owner Keys may be added"73 be added. This keyring shall contain just MOK keys. Unlike keys83 on any key added to it. By default no restrictions are in place84 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
254 Keys may be added to the IMA or IMA blacklist keyrings, if the260 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.
56 Keyrings are created and added into the register upon demand and get
272 # Randstruct was first added in Clang 15, but it isn't safe to use until
Completed in 7 milliseconds