aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa1-0/+4
2009-05-27tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski1-0/+6
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa1-1/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa1-0/+1
2009-02-12tomoyo: fix sparse warningTetsuo Handa1-4/+4
2009-02-12LSM adapter functions.Kentaro Takeda1-0/+293