aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa2010-08-021-4/+4
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-22/+22
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-22/+13
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-9/+9
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-172/+259
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+4
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa2010-08-021-5/+20
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-1120/+23
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-7/+419
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-0/+35
* TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-021-5/+100
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-021-17/+5
* TOMOYO: Add numeric values grouping support.Tetsuo Handa2010-08-021-0/+161
* TOMOYO: Add pathname grouping support.Tetsuo Handa2010-05-171-13/+87
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-101-18/+14
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-5/+8
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-061-5/+5
* | Merge branch 'master' into nextJames Morris2010-03-311-0/+1
|\ \ | |/
| * tomoyo: fix potential use after freeDan Carpenter2010-03-151-0/+1
* | Merge branch 'next-queue' into nextJames Morris2010-03-091-7/+3
|\ \ | |/ |/|
| * TOMOYO: Remove unused variables.Tetsuo Handa2010-03-031-7/+3
* | TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa2010-02-261-0/+4
* | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-171-14/+4
* | TOMOYO: Use shorter names.Tetsuo Handa2010-02-161-43/+31
* | TOMOYO: Add garbage collector.Tetsuo Handa2010-02-151-1/+4
* | TOMOYO: Merge headers.Tetsuo Handa2010-02-151-23/+0
* | TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-151-3/+7
* | TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa2010-02-111-16/+12
* | TOMOYO: Extract bitfieldTetsuo Handa2010-02-081-11/+5
* | TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-271-11/+11
* | TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-111-33/+8
* | TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa2010-01-111-5/+7
* | TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-40/+50
* | TOMOYO: Add rest of file operation restrictions.Tetsuo Handa2009-12-081-43/+18
|/
* TOMOYO: Add recursive directory matching operator support.Tetsuo Handa2009-11-251-79/+121
* TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa2009-06-191-0/+30
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-091-5/+64
* TOMOYO: Remove unused field.Tetsuo Handa2009-06-091-1/+0
* TOMOYO: Simplify policy reader.Tetsuo Handa2009-06-031-23/+18
* TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-031-8/+0
* Reduce path_lookup() abusesAl Viro2009-05-091-3/+3
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-141-3/+3
* tomoyo: remove "undelete domain" command.Tetsuo Handa2009-04-071-6/+1
* TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa2009-02-161-0/+4
* Common functions for TOMOYO Linux.Kentaro Takeda2009-02-121-0/+2202