aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa1-23/+17
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa1-45/+27
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa1-16/+21
2010-02-15TOMOYO: Merge headers.Tetsuo Handa1-2/+0
2010-01-14Fix ACC_MODE() for realAl Viro1-6/+1
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa1-3/+17
2009-12-09Merge branch 'master' into nextJames Morris1-80/+0
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa1-0/+61
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman1-72/+0
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa1-9/+1
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+17
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa1-8/+2