aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c
Commit message (Expand)AuthorAgeFilesLines
* TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa2010-08-021-1/+14
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-35/+25
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-209/+107
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-97/+3
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-140/+0
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-192/+27
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-19/+19
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-021-0/+18
* TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-81/+103
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-28/+34
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-0/+51
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-4/+5
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+147
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-10/+11
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-39/+33
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-18/+2
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-18/+29
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-021-1/+1
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-101-76/+48
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-5/+10
* 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
|/
* TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-171-9/+9
* TOMOYO: Add garbage collector.Tetsuo Handa2010-02-151-3/+3
* TOMOYO: Add refcounter on domain structure.Tetsuo Handa2010-02-151-0/+2
* TOMOYO: Merge headers.Tetsuo Handa2010-02-151-72/+0
* TOMOYO: Add refcounter on string data.Tetsuo Handa2010-02-151-9/+23
* TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa2010-02-111-75/+72
* TOMOYO: Extract bitfieldTetsuo Handa2010-02-081-24/+1
* TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-271-4/+4
* TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-111-39/+19
* TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa2010-01-111-12/+8
* TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-26/+37
* TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa2009-06-191-5/+5
* TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa2009-06-191-32/+0
* TOMOYO: Add description of lists and structures.Tetsuo Handa2009-06-091-7/+185
* TOMOYO: Remove unused parameter.Tetsuo Handa2009-06-041-1/+1
* TOMOYO: Simplify policy reader.Tetsuo Handa2009-06-031-17/+14
* TOMOYO: Remove redundant markers.Tetsuo Handa2009-06-031-14/+0
* TOMOYO: Remove unused mutex.Tetsuo Handa2009-06-021-1/+0
* tomoyo: version bump to 2.2.0.Tetsuo Handa2009-04-141-1/+1
* tomoyo: remove "undelete domain" command.Tetsuo Handa2009-04-071-87/+3
* TOMOYO: Fix exception policy read failure.Tetsuo Handa2009-02-141-1/+1
* Domain transition handler.Kentaro Takeda2009-02-121-0/+878