aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/tomoyo.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-23LSM: Remove double path_rename hook calls for RENAME_EXCHANGEGravatar Mickaël Salaün 1-1/+10
2021-06-16tomoyo: fix doc warningsGravatar ChenXiaoSong 1-7/+5
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 1-2/+2
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-9/+3
2019-01-24tomoyo: Coding style fix.Gravatar Tetsuo Handa 1-3/+12
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Gravatar Tetsuo Handa 1-70/+79
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Gravatar Tetsuo Handa 1-1/+0
2019-01-08TOMOYO: Update LSM flags to no longer be exclusiveGravatar Kees Cook 1-1/+1
2019-01-08Infrastructure management of the cred security blobGravatar Casey Schaufler 1-0/+6
2019-01-08TOMOYO: Abstract use of cred security blobGravatar Casey Schaufler 1-9/+31
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMGravatar Kees Cook 1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsGravatar Kees Cook 1-2/+0
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORGravatar Kees Cook 1-0/+1
2018-10-10LSM: Record LSM name in struct lsm_infoGravatar Kees Cook 1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Gravatar Kees Cook 1-1/+3
2018-07-12->file_open(): lose cred argumentGravatar Al Viro 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-1/+1
2017-03-30TOMOYO: Use designated initializersGravatar Kees Cook 1-10/+10
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 1-1/+1
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 1-1/+1
2016-03-28constify security_sb_pivotroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_chroot()Gravatar Al Viro 1-1/+1
2016-03-28constify security_path_{link,rename}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Gravatar Al Viro 1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Gravatar Al Viro 1-2/+2
2016-03-28constify chmod_common/security_path_chmodGravatar Al Viro 1-1/+1
2016-03-28constify security_sb_mount()Gravatar Al Viro 1-1/+1
2016-03-28constify chown_common/security_path_chownGravatar Al Viro 1-1/+1
2016-03-28constify security_path_truncate()Gravatar Al Viro 1-1/+1
2015-05-12LSM: Switch to lists of hooksGravatar Casey Schaufler 1-11/+3
2015-05-12LSM: Add security module hook list headsGravatar Casey Schaufler 1-29/+29
2015-05-12LSM: Split security.hGravatar Casey Schaufler 1-1/+1
2015-04-11switch security_inode_getattr() to struct path *Gravatar Al Viro 1-3/+2
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssGravatar Lai Jiangshan 1-3/+2
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-2/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsGravatar Eric W. Biederman 1-5/+7
2012-04-09SELinux: rename dentry_open to file_openGravatar Eric Paris 1-3/+3
2012-01-06switch security_path_chmod() to struct path *Gravatar Al Viro 1-7/+4
2012-01-03switch ->path_mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->path_mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch security_path_chmod() to umode_tGravatar Al Viro 1-1/+1
2011-09-14TOMOYO: Add socket operation restriction support.Gravatar Tetsuo Handa 1-0/+62
2011-07-14TOMOYO: Update kernel-doc.Gravatar Tetsuo Handa 1-4/+206
2011-07-11TOMOYO: Enable conditional ACL.Gravatar Tetsuo Handa 1-7/+7
2011-06-30TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Gravatar Tetsuo Handa 1-0/+2
2011-06-29TOMOYO: Cleanup part 1.Gravatar Tetsuo Handa 1-3/+11
2010-08-02TOMOYO: Rename symbols.Gravatar Tetsuo Handa 1-1/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Gravatar Tetsuo Handa 1-2/+1
2010-08-02TOMOYO: Split files into some pieces.Gravatar Tetsuo Handa 1-5/+2