summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c
Commit message (Expand)AuthorAgeFilesLines
* tomoyo: Coding style fix.Tetsuo Handa2019-01-241-3/+12
* tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa2019-01-231-70/+79
* LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-1/+0Star
* TOMOYO: Update LSM flags to no longer be exclusiveKees Cook2019-01-081-1/+1
* Infrastructure management of the cred security blobCasey Schaufler2019-01-081-0/+6
* TOMOYO: Abstract use of cred security blobCasey Schaufler2019-01-081-9/+31
* LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-1/+1
* LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-2/+0Star
* LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+1
* LSM: Record LSM name in struct lsm_infoKees Cook2018-10-111-0/+1
* LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-111-1/+3
* ->file_open(): lose cred argumentAl Viro2018-07-121-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-1/+1
* TOMOYO: Use designated initializersKees Cook2017-03-301-10/+10
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-061-1/+1
* LSM: Add /sys/kernel/security/lsmCasey Schaufler2017-01-191-1/+1
* constify security_sb_pivotroot()Al Viro2016-03-281-1/+1
* constify security_path_chroot()Al Viro2016-03-281-1/+1
* constify security_path_{link,rename}Al Viro2016-03-281-3/+3
* constify security_path_{mkdir,mknod,symlink}Al Viro2016-03-281-3/+3
* constify security_path_{unlink,rmdir}Al Viro2016-03-281-2/+2
* constify chmod_common/security_path_chmodAl Viro2016-03-281-1/+1
* constify security_sb_mount()Al Viro2016-03-281-1/+1
* constify chown_common/security_path_chownAl Viro2016-03-281-1/+1
* constify security_path_truncate()Al Viro2016-03-281-1/+1
* LSM: Switch to lists of hooksCasey Schaufler2015-05-121-11/+3Star
* LSM: Add security module hook list headsCasey Schaufler2015-05-121-29/+29
* LSM: Split security.hCasey Schaufler2015-05-121-1/+1
* switch security_inode_getattr() to struct path *Al Viro2015-04-121-3/+2Star
* tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2Star
* consitify do_mount() argumentsAl Viro2012-10-121-2/+2
* userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman2012-09-211-5/+7
* SELinux: rename dentry_open to file_openEric Paris2012-04-091-3/+3
* switch security_path_chmod() to struct path *Al Viro2012-01-071-7/+4Star
* switch ->path_mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->path_mkdir() to umode_tAl Viro2012-01-041-1/+1
* switch security_path_chmod() to umode_tAl Viro2012-01-041-1/+1
* TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-141-0/+62
* TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-141-4/+206
* TOMOYO: Enable conditional ACL.Tetsuo Handa2011-07-111-7/+7
* TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa2011-06-301-0/+2
* TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-291-3/+11
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-1/+1
* LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2010-08-021-2/+1Star
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-5/+2Star
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-021-6/+15
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-021-1/+1
* Merge branch 'next' into for-linusJames Morris2010-02-281-44/+98
|\