aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2009-06-09TOMOYO: Add description of lists and structures.Gravatar Tetsuo Handa 6-34/+504
2009-06-09TOMOYO: Remove unused field.Gravatar Tetsuo Handa 2-2/+0
2009-06-09Merge branch 'master' into nextGravatar James Morris 1-0/+6
2009-06-04TOMOYO: Remove unused parameter.Gravatar Tetsuo Handa 3-7/+3
2009-06-03TOMOYO: Simplify policy reader.Gravatar Tetsuo Handa 3-52/+41
2009-06-03TOMOYO: Remove redundant markers.Gravatar Tetsuo Handa 4-36/+0
2009-06-02TOMOYO: Remove unused mutex.Gravatar Tetsuo Handa 1-1/+0
2009-06-02tomoyo: avoid get+put of task_structGravatar Serge E. Hallyn 1-8/+1
2009-05-27tomoyo: add missing call to cap_bprm_set_credsGravatar Herton Ronaldo Krzesinski 1-0/+6
2009-05-09Reduce path_lookup() abusesGravatar Al Viro 2-11/+11
2009-04-14tomoyo: version bump to 2.2.0.Gravatar Tetsuo Handa 8-10/+10
2009-04-07tomoyo: remove "undelete domain" command.Gravatar Tetsuo Handa 3-100/+5
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 1-0/+1
2009-03-27TOMOYO: Fix a typo.Gravatar Tetsuo Handa 1-1/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Gravatar Tetsuo Handa 3-6/+5
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Gravatar Tetsuo Handa 1-0/+4
2009-02-14TOMOYO: Fix exception policy read failure.Gravatar Tetsuo Handa 1-1/+1
2009-02-12tomoyo: fix sparse warningGravatar Tetsuo Handa 1-4/+4
2009-02-12Kconfig and MakefileGravatar Kentaro Takeda 2-0/+12
2009-02-12LSM adapter functions.Gravatar Kentaro Takeda 2-0/+399
2009-02-12Domain transition handler.Gravatar Kentaro Takeda 1-0/+878
2009-02-12File operation restriction part.Gravatar Kentaro Takeda 1-0/+1241
2009-02-12Common functions for TOMOYO Linux.Gravatar Kentaro Takeda 2-0/+2561
2009-02-12Memory and pathname management functions.Gravatar Kentaro Takeda 2-0/+550