summaryrefslogtreecommitdiff
path: root/security/tomoyo/file.c
AgeCommit message (Expand)Author
2011-03-03TOMOYO: Fix memory leak upon file open.Tetsuo Handa
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa
2010-08-02TOMOYO: Merge functions.Tetsuo Handa
2010-08-02TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa
2010-08-02TOMOYO: Pass parameters via structure.Tetsuo Handa
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa
2010-08-02TOMOYO: Add interactive enforcing mode.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-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa
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-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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-15TOMOYO: Add garbage collector.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-11TOMOYO: Remove memory pool for list elements.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-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-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa