summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
Commit message (Expand)AuthorAgeFilesLines
...
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-029-282/+199Star
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-026-384/+200Star
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-028-383/+98Star
* TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa2010-08-025-84/+59Star
* TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa2010-08-021-58/+72
* TOMOYO: Make read function to void.Tetsuo Handa2010-08-023-42/+20Star
* TOMOYO: Merge functions.Tetsuo Handa2010-08-021-41/+9Star
* TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa2010-08-023-70/+14Star
* TOMOYO: Loosen parameter check for mount operation.Tetsuo Handa2010-08-021-91/+33Star
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-0210-157/+157
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-024-258/+230Star
* TOMOYO: Pass parameters via structure.Tetsuo Handa2010-08-023-1/+58
* TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa2010-08-023-84/+22Star
* TOMOYO: Use common code for garbage collection.Tetsuo Handa2010-08-021-146/+66Star
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-026-252/+190Star
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-027-164/+167
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-027-312/+253Star
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-026-248/+486
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-024-0/+204
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-027-151/+90Star
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-026-318/+208Star
* TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa2010-08-023-6/+23
* LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa2010-08-021-2/+1Star
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-0211-1416/+1469
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-026-120/+564
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-027-11/+469
* TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-025-123/+752
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-025-206/+162Star
* TOMOYO: Add numeric values grouping support.Tetsuo Handa2010-08-026-1/+454
* TOMOYO: Add pathname grouping support.Tetsuo Handa2010-05-176-54/+433
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-105-192/+190Star
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-066-24/+37
* Merge branch 'master' into nextJames Morris2010-05-065-0/+5
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-0/+5
* | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa2010-05-054-18/+18
* | Merge branch 'master' into nextJames Morris2010-03-302-19/+5Star
|\|
| * tomoyo: fix potential use after freeDan Carpenter2010-03-141-0/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-19/+4Star
| |\
| | * get rid of ->mnt_parent in tomoyo/realpathAl Viro2010-03-031-1/+1
| | * get rid of insanity with namespace roots in tomoyoAl Viro2010-03-031-19/+4Star
* | | Merge branch 'next-queue' into nextJames Morris2010-03-091-7/+3Star
|\ \ \ | |/ / |/| |
| * | TOMOYO: Remove unused variables.Tetsuo Handa2010-03-021-7/+3Star
| |/
* | Merge branch 'next' into for-linusJames Morris2010-02-2810-1371/+1598
|\ \ | |/ |/|
| * TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa2010-02-251-0/+4
| * TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-174-32/+20Star
| * TOMOYO: Remove unneeded parameter.Tetsuo Handa2010-02-163-38/+27Star
| * TOMOYO: Use shorter names.Tetsuo Handa2010-02-165-299/+250Star
| * TOMOYO: Use enum for index numbers.Tetsuo Handa2010-02-151-45/+54
| * TOMOYO: Add garbage collector.Tetsuo Handa2010-02-147-54/+436
| * TOMOYO: Add refcounter on domain structure.Tetsuo Handa2010-02-143-16/+28