aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24tomoyo: Coding style fix.Tetsuo Handa1-3/+12
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa1-70/+79
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa1-1/+0
2019-01-08TOMOYO: Update LSM flags to no longer be exclusiveKees Cook1-1/+1
2019-01-08Infrastructure management of the cred security blobCasey Schaufler1-0/+6
2019-01-08TOMOYO: Abstract use of cred security blobCasey Schaufler1-9/+31
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook1-2/+0
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook1-0/+1
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook1-0/+1
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook1-1/+3
2018-07-12->file_open(): lose cred argumentAl Viro1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook1-1/+1
2017-03-30TOMOYO: Use designated initializersKees Cook1-10/+10
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris1-1/+1
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler1-1/+1
2016-03-28constify security_sb_pivotroot()Al Viro1-1/+1
2016-03-28constify security_path_chroot()Al Viro1-1/+1
2016-03-28constify security_path_{link,rename}Al Viro1-3/+3
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro1-3/+3
2016-03-28constify security_path_{unlink,rmdir}Al Viro1-2/+2
2016-03-28constify chmod_common/security_path_chmodAl Viro1-1/+1
2016-03-28constify security_sb_mount()Al Viro1-1/+1
2016-03-28constify chown_common/security_path_chownAl Viro1-1/+1
2016-03-28constify security_path_truncate()Al Viro1-1/+1
2015-05-12LSM: Switch to lists of hooksCasey Schaufler1-11/+3
2015-05-12LSM: Add security module hook list headsCasey Schaufler1-29/+29
2015-05-12LSM: Split security.hCasey Schaufler1-1/+1
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-3/+2
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan1-3/+2
2012-10-11consitify do_mount() argumentsAl Viro1-2/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman1-5/+7
2012-04-09SELinux: rename dentry_open to file_openEric Paris1-3/+3
2012-01-06switch security_path_chmod() to struct path *Al Viro1-7/+4
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-1/+1
2012-01-03switch security_path_chmod() to umode_tAl Viro1-1/+1
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa1-0/+62
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa1-4/+206
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa1-7/+7
2011-06-30TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa1-0/+2
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa1-3/+11
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa1-1/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-2/+1
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa1-5/+2
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa1-6/+15
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa1-1/+1
2010-03-01Merge branch 'next' into for-linusJames Morris1-44/+98