summaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds4-103/+9
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa2-83/+121
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman3-95/+0
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman1-0/+9
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa1-9/+1
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger1-4/+9
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 Handa3-15/+8
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa3-34/+30
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa6-34/+504
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa2-2/+0
2009-06-09Merge branch 'master' into nextJames Morris1-0/+6
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa3-7/+3
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa3-52/+41
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa4-36/+0
2009-06-02TOMOYO: Remove unused mutex.Tetsuo Handa1-1/+0
2009-06-02tomoyo: avoid get+put of task_structSerge E. Hallyn1-8/+1
2009-05-27tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski1-0/+6
2009-05-09Reduce path_lookup() abusesAl Viro2-11/+11
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa8-10/+10
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa3-100/+5
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-27TOMOYO: Fix a typo.Tetsuo Handa1-1/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa3-6/+5
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa1-0/+4
2009-02-14TOMOYO: Fix exception policy read failure.Tetsuo Handa1-1/+1
2009-02-12tomoyo: fix sparse warningTetsuo Handa1-4/+4
2009-02-12Kconfig and MakefileKentaro Takeda2-0/+12
2009-02-12LSM adapter functions.Kentaro Takeda2-0/+399
2009-02-12Domain transition handler.Kentaro Takeda1-0/+878
2009-02-12File operation restriction part.Kentaro Takeda1-0/+1241
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda2-0/+2561
2009-02-12Memory and pathname management functions.Kentaro Takeda2-0/+550