aboutsummaryrefslogtreecommitdiff
path: root/security/tomoyo
AgeCommit message (Expand)Author
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa
2010-05-06Merge branch 'master' into nextJames Morris
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa
2010-03-31Merge branch 'master' into nextJames Morris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-15tomoyo: fix potential use after freeDan Carpenter
2010-03-09Merge branch 'next-queue' into nextJames Morris
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa
2010-03-01Merge branch 'next' into for-linusJames Morris
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa
2010-02-15TOMOYO: Merge headers.Tetsuo Handa
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa
2010-01-18Merge branch 'master' into nextJames Morris
2010-01-14Fix ACC_MODE() for realAl Viro
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa
2009-12-22Sanitize f_flags helpersAl Viro
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa
2009-12-09Merge branch 'master' into nextJames Morris
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger
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-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa
2009-06-09Merge branch 'master' into nextJames Morris
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa