.2.3'/>
summaryrefslogtreecommitdiff
path: root/security/tomoyo/tomoyo.c
AgeCommit message (Expand)Author
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2019-01-24tomoyo: Coding style fix.Tetsuo Handa
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa
2019-01-08TOMOYO: Update LSM flags to no longer be exclusiveKees Cook
2019-01-08Infrastructure management of the cred security blobCasey Schaufler
2019-01-08TOMOYO: Abstract use of cred security blobCasey Schaufler
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook
2018-07-12->file_open(): lose cred argumentAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook