aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.h
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-231-529/+845
* TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2010-09-271-3/+0
* TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa2010-08-021-5/+9
* TOMOYO: Add missing poll() hook.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-29/+25
* TOMOYO: Copy directly to userspace buffer.Tetsuo Handa2010-08-021-41/+22
* TOMOYO: Allow reading only execute permission.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Change list iterator.Tetsuo Handa2010-08-021-12/+4
* TOMOYO: Use common code for domain transition control.Tetsuo Handa2010-08-021-43/+21
* TOMOYO: Remove alias keyword.Tetsuo Handa2010-08-021-25/+5
* TOMOYO: Merge path_group and number_group.Tetsuo Handa2010-08-021-7/+6
* TOMOYO: Aggregate reader functions.Tetsuo Handa2010-08-021-22/+0
* TOMOYO: Use array of "struct list_head".Tetsuo Handa2010-08-021-11/+27
* TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa2010-08-021-25/+11
* TOMOYO: Make read function to void.Tetsuo Handa2010-08-021-2/+2
* TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa2010-08-021-6/+5
* TOMOYO: Rename symbols.Tetsuo Handa2010-08-021-21/+21
* TOMOYO: Use callback for permission check.Tetsuo Handa2010-08-021-0/+3
* TOMOYO: Pass parameters via structure.Tetsuo Handa2010-08-021-0/+33
* 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-33/+6
* TOMOYO: Use common structure for list element.Tetsuo Handa2010-08-021-62/+50
* TOMOYO: Use callback for updating entries.Tetsuo Handa2010-08-021-58/+24
* TOMOYO: Update profile structure.Tetsuo Handa2010-08-021-11/+57
* TOMOYO: Add pathname aggregation support.Tetsuo Handa2010-08-021-0/+32
* TOMOYO: Allow wildcard for execute permission.Tetsuo Handa2010-08-021-4/+3
* TOMOYO: Support longer pathname.Tetsuo Handa2010-08-021-46/+2
* TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa2010-08-021-0/+2
* TOMOYO: Split files into some pieces.Tetsuo Handa2010-08-021-2/+27
* TOMOYO: Add interactive enforcing mode.Tetsuo Handa2010-08-021-6/+22
* TOMOYO: Add mount restriction.Tetsuo Handa2010-08-021-4/+52
* TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa2010-08-021-21/+105
* TOMOYO: Use structure for passing common arguments.Tetsuo Handa2010-08-021-6/+21
* TOMOYO: Add numeric values grouping support.Tetsuo Handa2010-08-021-0/+61
* TOMOYO: Add pathname grouping support.Tetsuo Handa2010-05-171-9/+85
* TOMOYO: Use stack memory for pending entry.Tetsuo Handa2010-05-101-0/+26
* TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa2010-05-061-1/+0
* TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa2010-02-171-4/+2
* TOMOYO: Remove unneeded parameter.Tetsuo Handa2010-02-161-6/+4
* TOMOYO: Use shorter names.Tetsuo Handa2010-02-161-46/+44
* TOMOYO: Use enum for index numbers.Tetsuo Handa2010-02-161-45/+54
* TOMOYO: Add garbage collector.Tetsuo Handa2010-02-151-0/+15
* TOMOYO: Add refcounter on domain structure.Tetsuo Handa2010-02-151-0/+5
* TOMOYO: Merge headers.Tetsuo Handa2010-02-151-60/+351
* TOMOYO: Extract bitfieldTetsuo Handa2010-02-081-41/+12
* TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa2010-01-271-1/+1
* TOMOYO: Remove memory pool for list elements.Tetsuo Handa2010-01-111-2/+0
* TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa2010-01-111-3/+2
* TOMOYO: Use RCU primitives for list operationTetsuo Handa2009-12-151-7/+21
* TOMOYO: Add rest of file operation restrictions.Tetsuo Handa2009-12-081-4/+8