aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-231-717/+1459
* TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/auditTetsuo Handa2011-04-191-3/+2
* TOMOYO: Fix race on updating profile's comment line.Tetsuo Handa2011-04-191-2/+10
* TOMOYO: Print URL information before panic().Tetsuo Handa2010-10-211-1/+10
* tomoyo: cleanup. don't store bogus pointerDan Carpenter2010-10-211-2/+4
* TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2010-09-271-1/+5
* TOMOYO: Update version to 2.3.0Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Add missing poll() hook.Tetsuo Handa2010-08-021-0/+17
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-126/+100
* TOMOYO: Small cleanup.Tetsuo Handa2010-08-021-74/+121
* TOMOYO: Copy directly to userspace buffer.Tetsuo Handa2010-08-021-416/+475
* TOMOYO: Use common code for policy reading.Tetsuo Handa2010-08-021-178/+82
* TOMOYO: Allow reading only execute permission.Tetsuo Handa2010-08-021-0/+8
* TOMOYO: Change list iterator.Tetsuo Handa2010-08-021-45/+30
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-33/+22
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-12/+0
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-59/+200
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-36/+6
* TOMOYO: Make read function to void.Tetsuo Handa2010-08-021-38/+17
* 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