| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-11 | consitify do_mount() arguments | Al Viro | 3 | -5/+6 |
| 2012-10-09 | mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file | Konstantin Khlebnikov | 1 | -7/+2 |
| 2012-09-21 | userns: Teach security_path_chown to take kuids and kgids | Eric W. Biederman | 1 | -5/+7 |
| 2012-09-21 | userns: Convert tomoyo to use kuid and kgid where appropriate | Eric W. Biederman | 4 | -20/+31 |
| 2012-05-22 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 1 | -3/+3 |
| 2012-05-15 | TOMOYO: Accept manager programs which do not start with / . | Tetsuo Handa | 2 | -21/+6 |
| 2012-04-09 | SELinux: rename dentry_open to file_open | Eric Paris | 1 | -3/+3 |
| 2012-03-23 | usermodehelper: use UMH_WAIT_PROC consistently | Oleg Nesterov | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 5 | -65/+51 |
| 2012-03-20 | tomoyo: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2012-03-20 | TOMOYO: Return error if fails to delete a domain | Tetsuo Handa | 1 | -4/+5 |
| 2012-03-15 | TOMOYO: Return appropriate value to poll(). | Tetsuo Handa | 4 | -43/+26 |
| 2012-03-01 | TOMOYO: Fix mount flags checking order. | Tetsuo Handa | 1 | -18/+20 |
| 2012-01-18 | TOMOYO: Accept \000 as a valid character. | Tetsuo Handa | 1 | -3/+3 |
| 2012-01-10 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2 | -1/+3 |
| 2012-01-09 | Merge branch 'next' into for-linus | James Morris | 2 | -1/+3 |
| 2012-01-06 | switch security_path_chmod() to struct path * | Al Viro | 1 | -7/+4 |
| 2012-01-06 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 4 | -7/+7 |
| 2012-01-03 | vfs: trim includes a bit | Al Viro | 1 | -0/+1 |
| 2012-01-03 | switch ->path_mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->path_mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | tomoyo_mini_stat: switch to umode_t | Al Viro | 2 | -3/+3 |
| 2012-01-03 | switch securityfs_create_file() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch security_path_chmod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | tomoyo: stop including hell knows what | Al Viro | 1 | -8/+0 |
| 2011-12-12 | Security: tomoyo: add .gitignore file | Greg Kroah-Hartman | 1 | -0/+2 |
| 2011-12-12 | tomoyo: add missing rcu_dereference() | Kees Cook | 1 | -1/+1 |
| 2011-12-08 | TOMOYO: Fix pathname handling of disconnected paths. | Tetsuo Handa | 1 | -1/+9 |
| 2011-12-06 | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 1 | -2/+1 |
| 2011-11-02 | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -0/+30 |
| 2011-10-29 | TOMOYO: Fix interactive judgment functionality. | Tetsuo Handa | 1 | -0/+30 |
| 2011-10-25 | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 17 | -454/+2128 |
| 2011-10-22 | TOMOYO: Fix incomplete read after seek. | Tetsuo Handa | 1 | -0/+1 |
| 2011-10-19 | TOMOYO: Fix unused kernel config option. | Tetsuo Handa | 1 | -2/+4 |
| 2011-10-12 | TOMOYO: Fix quota and garbage collector. | Tetsuo Handa | 2 | -0/+18 |
| 2011-10-12 | TOMOYO: Remove redundant tasklist_lock. | Tetsuo Handa | 1 | -4/+0 |
| 2011-09-28 | TOMOYO: Fix domain transition failure warning. | Tetsuo Handa | 1 | -1/+2 |
| 2011-09-26 | TOMOYO: Remove tomoyo_policy_memory_lock spinlock. | Tetsuo Handa | 3 | -27/+27 |
| 2011-09-26 | TOMOYO: Simplify garbage collector. | Tetsuo Handa | 5 | -319/+186 |
| 2011-09-26 | TOMOYO: Fix make namespacecheck warnings. | Tetsuo Handa | 5 | -7/+9 |
| 2011-09-19 | TOMOYO: Allow specifying domain transition preference. | Tetsuo Handa | 5 | -12/+137 |
| 2011-09-15 | TOMOYO: Bump version. | Tetsuo Handa | 3 | -9/+9 |
| 2011-09-14 | TOMOYO: Avoid race when retrying "file execute" permission check. | Tetsuo Handa | 1 | -34/+22 |
| 2011-09-14 | TOMOYO: Allow domain transition without execve(). | Tetsuo Handa | 4 | -28/+210 |
| 2011-09-14 | TOMOYO: Allow controlling generation of access granted logs for per an entry ... | Tetsuo Handa | 5 | -1/+38 |
| 2011-09-14 | TOMOYO: Add socket operation restriction support. | Tetsuo Handa | 10 | -17/+1215 |
| 2011-09-14 | TOMOYO: Add environment variable name restriction support. | Tetsuo Handa | 7 | -10/+266 |
| 2011-09-09 | TOMOYO: Fix incorrect enforce mode. | Tetsuo Handa | 1 | -1/+2 |
| 2011-08-17 | tomoyo: remove tomoyo_gc_thread()->daemonize() | Oleg Nesterov | 1 | -1/+1 |
| 2011-08-08 | TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profile | Tetsuo Handa | 1 | -1/+4 |
| 2011-07-14 | TOMOYO: Update kernel-doc. | Tetsuo Handa | 13 | -62/+269 |
| 2011-07-11 | TOMOYO: Enable conditional ACL. | Tetsuo Handa | 5 | -33/+80 |
| 2011-07-11 | TOMOYO: Allow using argv[]/envp[] of execve() as conditions. | Tetsuo Handa | 6 | -10/+589 |
| 2011-07-11 | TOMOYO: Allow using executable's realpath and symlink's target as conditions. | Tetsuo Handa | 5 | -4/+228 |
| 2011-07-11 | TOMOYO: Allow using owner/group etc. of file objects as conditions. | Tetsuo Handa | 4 | -0/+457 |
| 2011-07-11 | TOMOYO: Allow using UID/GID etc. of current thread as conditions. | Tetsuo Handa | 8 | -37/+651 |
| 2011-07-08 | TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface. | Tetsuo Handa | 3 | -76/+0 |
| 2011-07-01 | TOMOYO: Fix wrong domainname in tomoyo_init_log(). | Tetsuo Handa | 1 | -1/+1 |
| 2011-06-30 | TOMOYO: Cleanup header file. | Tetsuo Handa | 1 | -117/+96 |
| 2011-06-30 | TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y . | Tetsuo Handa | 1 | -0/+2 |
| 2011-06-30 | Merge branch 'linus' into next | James Morris | 1 | -1/+1 |
| 2011-06-29 | TOMOYO: Make several options configurable. | Tetsuo Handa | 3 | -23/+117 |
| 2011-06-29 | TOMOYO: Add built-in policy support. | Tetsuo Handa | 4 | -10/+108 |
| 2011-06-29 | TOMOYO: Rename meminfo to stat and show more statistics. | Tetsuo Handa | 6 | -143/+206 |
| 2011-06-29 | TOMOYO: Cleanup part 4. | Tetsuo Handa | 6 | -121/+177 |
| 2011-06-29 | TOMOYO: Fix lockdep warning. | Tetsuo Handa | 3 | -51/+276 |
| 2011-06-29 | TOMOYO: Change pathname for non-rename()able filesystems. | Tetsuo Handa | 2 | -54/+180 |
| 2011-06-29 | TOMOYO: Add policy namespace support. | Tetsuo Handa | 8 | -299/+669 |
| 2011-06-29 | TOMOYO: Add ACL group support. | Tetsuo Handa | 5 | -11/+88 |
| 2011-06-29 | TOMOYO: Add auditing interface. | Tetsuo Handa | 9 | -235/+557 |
| 2011-06-29 | TOMOYO: Simplify profile structure. | Tetsuo Handa | 3 | -168/+83 |
| 2011-06-29 | TOMOYO: Rename directives. | Tetsuo Handa | 4 | -59/+113 |
| 2011-06-29 | TOMOYO: Use struct for passing ACL line. | Tetsuo Handa | 8 | -371/+347 |
| 2011-06-29 | TOMOYO: Cleanup part 3. | Tetsuo Handa | 9 | -153/+410 |
| 2011-06-29 | TOMOYO: Cleanup part 2. | Tetsuo Handa | 5 | -359/+204 |
| 2011-06-29 | TOMOYO: Cleanup part 1. | Tetsuo Handa | 8 | -535/+71 |
| 2011-06-14 | TOMOYO: Fix oops in tomoyo_mount_acl(). | Tetsuo Handa | 1 | -1/+1 |
| 2011-05-12 | TOMOYO: Fix wrong domainname validation. | Tetsuo Handa | 1 | -1/+1 |
| 2011-04-20 | TOMOYO: Fix refcount leak in tomoyo_mount_acl(). | Tetsuo Handa | 1 | -0/+1 |
| 2011-04-19 | Merge branch 'master'; commit 'v2.6.39-rc3' into next | James Morris | 1 | -1/+1 |
| 2011-04-19 | TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/audit | Tetsuo Handa | 1 | -3/+2 |
| 2011-04-19 | TOMOYO: Don't add / for allow_unmount permission check. | Tetsuo Handa | 1 | -1/+0 |
| 2011-04-19 | TOMOYO: Fix race on updating profile's comment line. | Tetsuo Handa | 1 | -2/+10 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-03-31 | tomoyo: fix memory leak in tomoyo_commit_ok() | Xiaochen Wang | 1 | -0/+1 |
| 2011-03-03 | TOMOYO: Fix memory leak upon file open. | Tetsuo Handa | 1 | -4/+1 |
| 2011-01-07 | fs: dcache scale d_unhashed | Nick Piggin | 1 | -0/+1 |
| 2010-10-25 | fs: take dcache_lock inside __d_path | Christoph Hellwig | 1 | -2/+0 |
| 2010-10-21 | TOMOYO: Print URL information before panic(). | Tetsuo Handa | 1 | -1/+10 |
| 2010-10-21 | tomoyo: cleanup. don't store bogus pointer | Dan Carpenter | 1 | -2/+4 |
| 2010-09-27 | TOMOYO: Don't abuse sys_getpid(), sys_getppid() | Ben Hutchings | 2 | -4/+5 |
| 2010-08-02 | TOMOYO: Use pathname specified by policy rather than execve() | Tetsuo Handa | 5 | -23/+48 |
| 2010-08-02 | TOMOYO: Update version to 2.3.0 | Tetsuo Handa | 1 | -2/+2 |
| 2010-08-02 | TOMOYO: Fix quota check. | Tetsuo Handa | 1 | -1/+1 |
| 2010-08-02 | TOMOYO: Explicitly set file_operations->llseek pointer. | Tetsuo Handa | 1 | -0/+1 |
| 2010-08-02 | TOMOYO: Add missing poll() hook. | Tetsuo Handa | 3 | -0/+33 |
| 2010-08-02 | TOMOYO: Rename symbols. | Tetsuo Handa | 8 | -240/+199 |
| 2010-08-02 | TOMOYO: Small cleanup. | Tetsuo Handa | 1 | -74/+121 |
| 2010-08-02 | TOMOYO: Copy directly to userspace buffer. | Tetsuo Handa | 3 | -459/+499 |
| 2010-08-02 | TOMOYO: Use common code for policy reading. | Tetsuo Handa | 1 | -178/+82 |
| 2010-08-02 | TOMOYO: Allow reading only execute permission. | Tetsuo Handa | 2 | -0/+10 |
| 2010-08-02 | TOMOYO: Change list iterator. | Tetsuo Handa | 2 | -57/+34 |
| 2010-08-02 | TOMOYO: Use common code for domain transition control. | Tetsuo Handa | 6 | -305/+159 |
| 2010-08-02 | TOMOYO: Remove alias keyword. | Tetsuo Handa | 5 | -164/+8 |
| 2010-08-02 | TOMOYO: Merge path_group and number_group. | Tetsuo Handa | 9 | -282/+199 |
| 2010-08-02 | TOMOYO: Aggregate reader functions. | Tetsuo Handa | 6 | -384/+200 |
| 2010-08-02 | TOMOYO: Use array of "struct list_head". | Tetsuo Handa | 8 | -383/+98 |
| 2010-08-02 | TOMOYO: Merge tomoyo_path_group and tomoyo_number_group | Tetsuo Handa | 5 | -84/+59 |
| 2010-08-02 | TOMOYO: Pass "struct list_head" rather than "void *". | Tetsuo Handa | 1 | -58/+72 |
| 2010-08-02 | TOMOYO: Make read function to void. | Tetsuo Handa | 3 | -42/+20 |
| 2010-08-02 | TOMOYO: Merge functions. | Tetsuo Handa | 1 | -41/+9 |
| 2010-08-02 | TOMOYO: Remove wrapper function for reading keyword. | Tetsuo Handa | 3 | -70/+14 |
| 2010-08-02 | TOMOYO: Loosen parameter check for mount operation. | Tetsuo Handa | 1 | -91/+33 |
| 2010-08-02 | TOMOYO: Rename symbols. | Tetsuo Handa | 10 | -157/+157 |
| 2010-08-02 | TOMOYO: Use callback for permission check. | Tetsuo Handa | 4 | -258/+230 |
| 2010-08-02 | TOMOYO: Pass parameters via structure. | Tetsuo Handa | 3 | -1/+58 |
| 2010-08-02 | TOMOYO: Use common code for open and mkdir etc. | Tetsuo Handa | 3 | -84/+22 |
| 2010-08-02 | TOMOYO: Use common code for garbage collection. | Tetsuo Handa | 1 | -146/+66 |
| 2010-08-02 | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 6 | -252/+190 |
| 2010-08-02 | TOMOYO: Use common structure for list element. | Tetsuo Handa | 7 | -164/+167 |
| 2010-08-02 | TOMOYO: Use callback for updating entries. | Tetsuo Handa | 7 | -312/+253 |
| 2010-08-02 | TOMOYO: Update profile structure. | Tetsuo Handa | 6 | -248/+486 |
| 2010-08-02 | TOMOYO: Add pathname aggregation support. | Tetsuo Handa | 4 | -0/+204 |
| 2010-08-02 | TOMOYO: Allow wildcard for execute permission. | Tetsuo Handa | 7 | -151/+90 |
| 2010-08-02 | TOMOYO: Support longer pathname. | Tetsuo Handa | 6 | -318/+208 |
| 2010-08-02 | TOMOYO: Several fixes for TOMOYO's management programs. | Tetsuo Handa | 3 | -6/+23 |
| 2010-08-02 | LSM: Remove unused arguments from security_path_truncate(). | Tetsuo Handa | 1 | -2/+1 |
| 2010-08-02 | TOMOYO: Split files into some pieces. | Tetsuo Handa | 11 | -1416/+1469 |
| 2010-08-02 | TOMOYO: Add interactive enforcing mode. | Tetsuo Handa | 6 | -120/+564 |
| 2010-08-02 | TOMOYO: Add mount restriction. | Tetsuo Handa | 7 | -11/+469 |
| 2010-08-02 | TOMOYO: Split file access control functions by type of parameters. | Tetsuo Handa | 5 | -123/+752 |
| 2010-08-02 | TOMOYO: Use structure for passing common arguments. | Tetsuo Handa | 5 | -206/+162 |
| 2010-08-02 | TOMOYO: Add numeric values grouping support. | Tetsuo Handa | 6 | -1/+454 |
| 2010-05-17 | TOMOYO: Add pathname grouping support. | Tetsuo Handa | 6 | -54/+433 |
| 2010-05-10 | TOMOYO: Use stack memory for pending entry. | Tetsuo Handa | 5 | -192/+190 |
| 2010-05-06 | TOMOYO: Use mutex_lock_interruptible. | Tetsuo Handa | 6 | -24/+37 |
| 2010-05-06 | Merge branch 'master' into next | James Morris | 5 | -0/+5 |
| 2010-05-06 | TOMOYO: Use GFP_NOFS rather than GFP_KERNEL. | Tetsuo Handa | 4 | -18/+18 |
| 2010-03-31 | Merge branch 'master' into next | James Morris | 2 | -19/+5 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 5 | -0/+5 |
| 2010-03-15 | tomoyo: fix potential use after free | Dan Carpenter | 1 | -0/+1 |
| 2010-03-09 | Merge branch 'next-queue' into next | James Morris | 1 | -7/+3 |
| 2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+4 |
| 2010-03-03 | get rid of ->mnt_parent in tomoyo/realpath | Al Viro | 1 | -1/+1 |
| 2010-03-03 | get rid of insanity with namespace roots in tomoyo | Al Viro | 1 | -19/+4 |
| 2010-03-03 | TOMOYO: Remove unused variables. | Tetsuo Handa | 1 | -7/+3 |
| 2010-03-01 | Merge branch 'next' into for-linus | James Morris | 10 | -1371/+1598 |
| 2010-02-26 | TOMOYO: Protect find_task_by_vpid() with RCU. | Tetsuo Handa | 1 | -0/+4 |
| 2010-02-17 | TOMOYO: Remove __func__ from tomoyo_is_correct_path/domain | Tetsuo Handa | 4 | -32/+20 |
| 2010-02-16 | TOMOYO: Remove unneeded parameter. | Tetsuo Handa | 3 | -38/+27 |
| 2010-02-16 | TOMOYO: Use shorter names. | Tetsuo Handa | 5 | -299/+250 |
| 2010-02-16 | TOMOYO: Use enum for index numbers. | Tetsuo Handa | 1 | -45/+54 |
| 2010-02-15 | TOMOYO: Add garbage collector. | Tetsuo Handa | 7 | -54/+436 |
| 2010-02-15 | TOMOYO: Add refcounter on domain structure. | Tetsuo Handa | 3 | -16/+28 |
| 2010-02-15 | TOMOYO: Merge headers. | Tetsuo Handa | 8 | -397/+351 |
| 2010-02-15 | TOMOYO: Add refcounter on string data. | Tetsuo Handa | 5 | -40/+77 |
| 2010-02-11 | TOMOYO: Reduce lines by using common path for addition and deletion. | Tetsuo Handa | 3 | -226/+183 |
| 2010-02-08 | TOMOYO: Extract bitfield | Tetsuo Handa | 4 | -96/+25 |
| 2010-01-27 | TOMOYO: Remove usage counter for temporary memory. | Tetsuo Handa | 6 | -71/+29 |
| 2010-01-18 | Merge branch 'master' into next | James Morris | 1 | -1/+0 |
| 2010-01-14 | Fix ACC_MODE() for real | Al Viro | 1 | -6/+1 |
| 2010-01-11 | TOMOYO: Remove memory pool for list elements. | Tetsuo Handa | 6 | -134/+73 |
| 2010-01-11 | TOMOYO: Remove memory pool for string data. | Tetsuo Handa | 1 | -50/+10 |
| 2010-01-11 | TOMOYO: Replace rw_semaphore by mutex. | Tetsuo Handa | 4 | -36/+27 |
| 2009-12-22 | Sanitize f_flags helpers | Al Viro | 1 | -1/+0 |
| 2009-12-15 | TOMOYO: Use RCU primitives for list operation | Tetsuo Handa | 6 | -112/+207 |
| 2009-12-09 | TOMOYO: Compare filesystem by magic number rather than by name. | Tetsuo Handa | 1 | -1/+2 |
| 2009-12-09 | Merge branch 'master' into next | James Morris | 4 | -103/+9 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 4 | -103/+9 |
| 2009-12-08 | TOMOYO: Add rest of file operation restrictions. | Tetsuo Handa | 5 | -61/+132 |
| 2009-11-25 | TOMOYO: Add recursive directory matching operator support. | Tetsuo Handa | 2 | -83/+121 |
| 2009-11-20 | security/tomoyo: Remove now unnecessary handling of security_sysctl. | Eric W. Biederman | 3 | -95/+0 |
| 2009-11-20 | security/tomoyo: Add a special case to handle accesses through the internal p... | Eric W. Biederman | 1 | -0/+9 |
| 2009-11-12 | sysctl security/tomoyo: Don't look at ctl_name | Tetsuo Handa | 1 | -9/+1 |
| 2009-10-29 | tomoyo: improve hash bucket dispersion | Stephen Hemminger | 1 | -4/+9 |
| 2009-09-02 | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 1 | -0/+17 |
| 2009-06-19 | TOMOYO: Remove next_domain from tomoyo_find_next_domain(). | Tetsuo Handa | 3 | -15/+8 |
| 2009-06-19 | TOMOYO: Move tomoyo_delete_domain(). | Tetsuo Handa | 3 | -34/+30 |
| 2009-06-09 | TOMOYO: Add description of lists and structures. | Tetsuo Handa | 6 | -34/+504 |
| 2009-06-09 | TOMOYO: Remove unused field. | Tetsuo Handa | 2 | -2/+0 |
| 2009-06-09 | Merge branch 'master' into next | James Morris | 1 | -0/+6 |
| 2009-06-04 | TOMOYO: Remove unused parameter. | Tetsuo Handa | 3 | -7/+3 |
| 2009-06-03 | TOMOYO: Simplify policy reader. | Tetsuo Handa | 3 | -52/+41 |
| 2009-06-03 | TOMOYO: Remove redundant markers. | Tetsuo Handa | 4 | -36/+0 |
| 2009-06-02 | TOMOYO: Remove unused mutex. | Tetsuo Handa | 1 | -1/+0 |
| 2009-06-02 | tomoyo: avoid get+put of task_struct | Serge E. Hallyn | 1 | -8/+1 |
| 2009-05-27 | tomoyo: add missing call to cap_bprm_set_creds | Herton Ronaldo Krzesinski | 1 | -0/+6 |
| 2009-05-09 | Reduce path_lookup() abuses | Al Viro | 2 | -11/+11 |
| 2009-04-14 | tomoyo: version bump to 2.2.0. | Tetsuo Handa | 8 | -10/+10 |
| 2009-04-07 | tomoyo: remove "undelete domain" command. | Tetsuo Handa | 3 | -100/+5 |
| 2009-03-31 | Get rid of indirect include of fs_struct.h | Al Viro | 1 | -0/+1 |
| 2009-03-27 | TOMOYO: Fix a typo. | Tetsuo Handa | 1 | -1/+1 |
| 2009-02-23 | TOMOYO: Do not call tomoyo_realpath_init unless registered. | Tetsuo Handa | 3 | -6/+5 |
| 2009-02-16 | TOMOYO: Don't create securityfs entries unless registered. | Tetsuo Handa | 1 | -0/+4 |
| 2009-02-14 | TOMOYO: Fix exception policy read failure. | Tetsuo Handa | 1 | -1/+1 |
| 2009-02-12 | tomoyo: fix sparse warning | Tetsuo Handa | 1 | -4/+4 |
| 2009-02-12 | Kconfig and Makefile | Kentaro Takeda | 2 | -0/+12 |
| 2009-02-12 | LSM adapter functions. | Kentaro Takeda | 2 | -0/+399 |
| 2009-02-12 | Domain transition handler. | Kentaro Takeda | 1 | -0/+878 |
| 2009-02-12 | File operation restriction part. | Kentaro Takeda | 1 | -0/+1241 |