aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo/tomoyo.c
AgeCommit message (Expand)Author
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
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-05-27tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa
2009-02-12tomoyo: fix sparse warningTetsuo Handa
2009-02-12LSM adapter functions.Kentaro Takeda