summaryrefslogtreecommitdiff
path: root/security/tomoyo/tomoyo.c
AgeCommit message (Expand)Author
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
2017-03-30TOMOYO: Use designated initializersKees Cook
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler
2016-03-28constify security_sb_pivotroot()Al Viro
2016-03-28constify security_path_chroot()Al Viro
2016-03-28constify security_path_{link,rename}Al Viro
2016-03-28constify security_path_{mkdir,mknod,symlink}Al Viro
2016-03-28constify security_path_{unlink,rmdir}Al Viro
2016-03-28constify chmod_common/security_path_chmodAl Viro
2016-03-28constify security_sb_mount()Al Viro
2016-03-28constify chown_common/security_path_chownAl Viro
2016-03-28constify security_path_truncate()Al Viro
2015-05-12LSM: Switch to lists of hooksCasey Schaufler
2015-05-12LSM: Add security module hook list headsCasey Schaufler
2015-05-12LSM: Split security.hCasey Schaufler
2015-04-11switch security_inode_getattr() to struct path *Al Viro
2013-03-18tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan
2012-10-11consitify do_mount() argumentsAl Viro
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman
2012-04-09SELinux: rename dentry_open to file_openEric Paris
2012-01-06switch security_path_chmod() to struct path *Al Viro
2012-01-03switch ->path_mknod() to umode_tAl Viro
2012-01-03switch ->path_mkdir() to umode_tAl Viro
2012-01-03switch security_path_chmod() to umode_tAl Viro
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa
2011-06-30TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-01-14Fix ACC_MODE() for realAl Viro
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa
2009-12-09Merge branch 'master' into nextJames Morris
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa