summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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-111-3/+2
* tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2
* consitify do_mount() argumentsAl Viro2012-10-111-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-061-7/+4
* switch ->path_mknod() to umode_tAl Viro2012-01-031-1/+1
* switch ->path_mkdir() to umode_tAl Viro2012-01-031-1/+1
* switch security_path_chmod() to umode_tAl Viro2012-01-031-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/+1
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-5/+2
* 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-03-011-44/+98
|\
| * TOMOYO: Remove unneeded parameter.Tetsuo Handa2010-02-161-23/+17
| * TOMOYO: Use shorter names.Tetsuo Handa2010-02-161-45/+27
| * TOMOYO: Add refcounter on domain structure.Tetsuo Handa2010-02-151-16/+21
| * TOMOYO: Merge headers.Tetsuo Handa2010-02-151-2/+0
| * TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-3/+17
| * Merge branch 'master' into nextJames Morris2009-12-091-80/+0
| |\
| * | TOMOYO: Add rest of file operation restrictions.Tetsuo Handa2009-12-081-0/+61
* | | Fix ACC_MODE() for realAl Viro2010-01-141-6/+1
| |/ |/|
* | security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman2009-11-201-72/+0
* | sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa2009-11-121-9/+1
|/
* KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-021-0/+17
* TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa2009-06-191-8/+2
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-091-0/+4
* tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski2009-05-271-0/+6
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-141-1/+1
* TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa2009-02-231-0/+1
* tomoyo: fix sparse warningTetsuo Handa2009-02-121-4/+4