aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/tomoyo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* LSM adapter functions.Kentaro Takeda2009-02-121-0/+293