aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo
AgeCommit message (Expand)AuthorFilesLines
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-65/+51
2012-03-20tomoyo: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-20TOMOYO: Return error if fails to delete a domainTetsuo Handa1-4/+5
2012-03-15TOMOYO: Return appropriate value to poll().Tetsuo Handa4-43/+26
2012-03-01TOMOYO: Fix mount flags checking order.Tetsuo Handa1-18/+20
2012-01-18TOMOYO: Accept \000 as a valid character.Tetsuo Handa1-3/+3
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2-1/+3
2012-01-09Merge branch 'next' into for-linusJames Morris2-1/+3
2012-01-06switch security_path_chmod() to struct path *Al Viro1-7/+4
2012-01-06Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro4-7/+7
2012-01-03vfs: trim includes a bitAl Viro1-0/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-1/+1
2012-01-03tomoyo_mini_stat: switch to umode_tAl Viro2-3/+3
2012-01-03switch securityfs_create_file() to umode_tAl Viro1-1/+1
2012-01-03switch security_path_chmod() to umode_tAl Viro1-1/+1
2012-01-03tomoyo: stop including hell knows whatAl Viro1-8/+0
2011-12-12Security: tomoyo: add .gitignore fileGreg Kroah-Hartman1-0/+2
2011-12-12tomoyo: add missing rcu_dereference()Kees Cook1-1/+1
2011-12-08TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa1-1/+9
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-2/+1
2011-11-02Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-0/+30
2011-10-29TOMOYO: Fix interactive judgment functionality.Tetsuo Handa1-0/+30
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds17-454/+2128
2011-10-22TOMOYO: Fix incomplete read after seek.Tetsuo Handa1-0/+1
2011-10-19TOMOYO: Fix unused kernel config option.Tetsuo Handa1-2/+4
2011-10-12TOMOYO: Fix quota and garbage collector.Tetsuo Handa2-0/+18
2011-10-12TOMOYO: Remove redundant tasklist_lock.Tetsuo Handa1-4/+0
2011-09-28TOMOYO: Fix domain transition failure warning.Tetsuo Handa1-1/+2
2011-09-26TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa3-27/+27
2011-09-26TOMOYO: Simplify garbage collector.Tetsuo Handa5-319/+186
2011-09-26TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa5-7/+9
2011-09-19TOMOYO: Allow specifying domain transition preference.Tetsuo Handa5-12/+137
2011-09-15TOMOYO: Bump version.Tetsuo Handa3-9/+9
2011-09-14TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa1-34/+22
2011-09-14TOMOYO: Allow domain transition without execve().Tetsuo Handa4-28/+210
2011-09-14TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa5-1/+38
2011-09-14TOMOYO: Add socket operation restriction support.Tetsuo Handa10-17/+1215
2011-09-14TOMOYO: Add environment variable name restriction support.Tetsuo Handa7-10/+266
2011-09-09TOMOYO: Fix incorrect enforce mode.Tetsuo Handa1-1/+2
2011-08-17tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov1-1/+1
2011-08-08TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profileTetsuo Handa1-1/+4
2011-07-14TOMOYO: Update kernel-doc.Tetsuo Handa13-62/+269
2011-07-11TOMOYO: Enable conditional ACL.Tetsuo Handa5-33/+80
2011-07-11TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa6-10/+589
2011-07-11TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa5-4/+228
2011-07-11TOMOYO: Allow using owner/group etc. of file objects as conditions.Tetsuo Handa4-0/+457
2011-07-11TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa8-37/+651
2011-07-08TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa3-76/+0
2011-07-01TOMOYO: Fix wrong domainname in tomoyo_init_log().Tetsuo Handa1-1/+1
2011-06-30TOMOYO: Cleanup header file.Tetsuo Handa1-117/+96
2011-06-30TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa1-0/+2
2011-06-30Merge branch 'linus' into nextJames Morris1-1/+1
2011-06-29TOMOYO: Make several options configurable.Tetsuo Handa3-23/+117
2011-06-29TOMOYO: Add built-in policy support.Tetsuo Handa4-10/+108
2011-06-29TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa6-143/+206
2011-06-29TOMOYO: Cleanup part 4.Tetsuo Handa6-121/+177
2011-06-29TOMOYO: Fix lockdep warning.Tetsuo Handa3-51/+276
2011-06-29TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa2-54/+180
2011-06-29TOMOYO: Add policy namespace support.Tetsuo Handa8-299/+669
2011-06-29TOMOYO: Add ACL group support.Tetsuo Handa5-11/+88
2011-06-29TOMOYO: Add auditing interface.Tetsuo Handa9-235/+557
2011-06-29TOMOYO: Simplify profile structure.Tetsuo Handa3-168/+83
2011-06-29TOMOYO: Rename directives.Tetsuo Handa4-59/+113
2011-06-29TOMOYO: Use struct for passing ACL line.Tetsuo Handa8-371/+347
2011-06-29TOMOYO: Cleanup part 3.Tetsuo Handa9-153/+410
2011-06-29TOMOYO: Cleanup part 2.Tetsuo Handa5-359/+204
2011-06-29TOMOYO: Cleanup part 1.Tetsuo Handa8-535/+71
2011-06-14TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa1-1/+1
2011-05-12TOMOYO: Fix wrong domainname validation.Tetsuo Handa1-1/+1
2011-04-20TOMOYO: Fix refcount leak in tomoyo_mount_acl().Tetsuo Handa1-0/+1
2011-04-19Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris1-1/+1
2011-04-19TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/auditTetsuo Handa1-3/+2
2011-04-19TOMOYO: Don't add / for allow_unmount permission check.Tetsuo Handa1-1/+0
2011-04-19TOMOYO: Fix race on updating profile's comment line.Tetsuo Handa1-2/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31tomoyo: fix memory leak in tomoyo_commit_ok()Xiaochen Wang1-0/+1
2011-03-03TOMOYO: Fix memory leak upon file open.Tetsuo Handa1-4/+1
2011-01-07fs: dcache scale d_unhashedNick Piggin1-0/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+0
2010-10-21TOMOYO: Print URL information before panic().Tetsuo Handa1-1/+10
2010-10-21tomoyo: cleanup. don't store bogus pointerDan Carpenter1-2/+4
2010-09-27TOMOYO: Don't abuse sys_getpid(), sys_getppid()Ben Hutchings2-4/+5
2010-08-02TOMOYO: Use pathname specified by policy rather than execve()Tetsuo Handa5-23/+48
2010-08-02TOMOYO: Update version to 2.3.0Tetsuo Handa1-2/+2
2010-08-02TOMOYO: Fix quota check.Tetsuo Handa1-1/+1
2010-08-02TOMOYO: Explicitly set file_operations->llseek pointer.Tetsuo Handa1-0/+1
2010-08-02TOMOYO: Add missing poll() hook.Tetsuo Handa3-0/+33
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa8-240/+199
2010-08-02TOMOYO: Small cleanup.Tetsuo Handa1-74/+121
2010-08-02TOMOYO: Copy directly to userspace buffer.Tetsuo Handa3-459/+499
2010-08-02TOMOYO: Use common code for policy reading.Tetsuo Handa1-178/+82
2010-08-02TOMOYO: Allow reading only execute permission.Tetsuo Handa2-0/+10
2010-08-02TOMOYO: Change list iterator.Tetsuo Handa2-57/+34
2010-08-02TOMOYO: Use common code for domain transition control.Tetsuo Handa6-305/+159
2010-08-02TOMOYO: Remove alias keyword.Tetsuo Handa5-164/+8
2010-08-02TOMOYO: Merge path_group and number_group.Tetsuo Handa9-282/+199
2010-08-02TOMOYO: Aggregate reader functions.Tetsuo Handa6-384/+200
2010-08-02TOMOYO: Use array of "struct list_head".Tetsuo Handa8-383/+98
2010-08-02TOMOYO: Merge tomoyo_path_group and tomoyo_number_groupTetsuo Handa5-84/+59
2010-08-02TOMOYO: Pass "struct list_head" rather than "void *".Tetsuo Handa1-58/+72
2010-08-02TOMOYO: Make read function to void.Tetsuo Handa3-42/+20
2010-08-02TOMOYO: Merge functions.Tetsuo Handa1-41/+9
2010-08-02TOMOYO: Remove wrapper function for reading keyword.Tetsuo Handa3-70/+14
2010-08-02TOMOYO: Loosen parameter check for mount operation.Tetsuo Handa1-91/+33
2010-08-02TOMOYO: Rename symbols.Tetsuo Handa10-157/+157
2010-08-02TOMOYO: Use callback for permission check.Tetsuo Handa4-258/+230
2010-08-02TOMOYO: Pass parameters via structure.Tetsuo Handa3-1/+58
2010-08-02TOMOYO: Use common code for open and mkdir etc.Tetsuo Handa3-84/+22
2010-08-02TOMOYO: Use common code for garbage collection.Tetsuo Handa1-146/+66
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa6-252/+190
2010-08-02TOMOYO: Use common structure for list element.Tetsuo Handa7-164/+167
2010-08-02TOMOYO: Use callback for updating entries.Tetsuo Handa7-312/+253
2010-08-02TOMOYO: Update profile structure.Tetsuo Handa6-248/+486
2010-08-02TOMOYO: Add pathname aggregation support.Tetsuo Handa4-0/+204
2010-08-02TOMOYO: Allow wildcard for execute permission.Tetsuo Handa7-151/+90
2010-08-02TOMOYO: Support longer pathname.Tetsuo Handa6-318/+208
2010-08-02TOMOYO: Several fixes for TOMOYO's management programs.Tetsuo Handa3-6/+23
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-2/+1
2010-08-02TOMOYO: Split files into some pieces.Tetsuo Handa11-1416/+1469
2010-08-02TOMOYO: Add interactive enforcing mode.Tetsuo Handa6-120/+564
2010-08-02TOMOYO: Add mount restriction.Tetsuo Handa7-11/+469
2010-08-02TOMOYO: Split file access control functions by type of parameters.Tetsuo Handa5-123/+752
2010-08-02TOMOYO: Use structure for passing common arguments.Tetsuo Handa5-206/+162
2010-08-02TOMOYO: Add numeric values grouping support.Tetsuo Handa6-1/+454
2010-05-17TOMOYO: Add pathname grouping support.Tetsuo Handa6-54/+433
2010-05-10TOMOYO: Use stack memory for pending entry.Tetsuo Handa5-192/+190
2010-05-06TOMOYO: Use mutex_lock_interruptible.Tetsuo Handa6-24/+37
2010-05-06Merge branch 'master' into nextJames Morris5-0/+5
2010-05-06TOMOYO: Use GFP_NOFS rather than GFP_KERNEL.Tetsuo Handa4-18/+18
2010-03-31Merge branch 'master' into nextJames Morris2-19/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo5-0/+5
2010-03-15tomoyo: fix potential use after freeDan Carpenter1-0/+1
2010-03-09Merge branch 'next-queue' into nextJames Morris1-7/+3
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-19/+4
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro1-1/+1
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro1-19/+4
2010-03-03TOMOYO: Remove unused variables.Tetsuo Handa1-7/+3
2010-03-01Merge branch 'next' into for-linusJames Morris10-1371/+1598
2010-02-26TOMOYO: Protect find_task_by_vpid() with RCU.Tetsuo Handa1-0/+4
2010-02-17TOMOYO: Remove __func__ from tomoyo_is_correct_path/domainTetsuo Handa4-32/+20
2010-02-16TOMOYO: Remove unneeded parameter.Tetsuo Handa3-38/+27
2010-02-16TOMOYO: Use shorter names.Tetsuo Handa5-299/+250
2010-02-16TOMOYO: Use enum for index numbers.Tetsuo Handa1-45/+54
2010-02-15TOMOYO: Add garbage collector.Tetsuo Handa7-54/+436
2010-02-15TOMOYO: Add refcounter on domain structure.Tetsuo Handa3-16/+28
2010-02-15TOMOYO: Merge headers.Tetsuo Handa8-397/+351
2010-02-15TOMOYO: Add refcounter on string data.Tetsuo Handa5-40/+77
2010-02-11TOMOYO: Reduce lines by using common path for addition and deletion.Tetsuo Handa3-226/+183
2010-02-08TOMOYO: Extract bitfieldTetsuo Handa4-96/+25
2010-01-27TOMOYO: Remove usage counter for temporary memory.Tetsuo Handa6-71/+29
2010-01-18Merge branch 'master' into nextJames Morris1-1/+0
2010-01-14Fix ACC_MODE() for realAl Viro1-6/+1
2010-01-11TOMOYO: Remove memory pool for list elements.Tetsuo Handa6-134/+73
2010-01-11TOMOYO: Remove memory pool for string data.Tetsuo Handa1-50/+10
2010-01-11TOMOYO: Replace rw_semaphore by mutex.Tetsuo Handa4-36/+27
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-15TOMOYO: Use RCU primitives for list operationTetsuo Handa6-112/+207
2009-12-09TOMOYO: Compare filesystem by magic number rather than by name.Tetsuo Handa1-1/+2
2009-12-09Merge branch 'master' into nextJames Morris4-103/+9
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds4-103/+9
2009-12-08TOMOYO: Add rest of file operation restrictions.Tetsuo Handa5-61/+132
2009-11-25TOMOYO: Add recursive directory matching operator support.Tetsuo Handa2-83/+121
2009-11-20security/tomoyo: Remove now unnecessary handling of security_sysctl.Eric W. Biederman3-95/+0
2009-11-20security/tomoyo: Add a special case to handle accesses through the internal p...Eric W. Biederman1-0/+9
2009-11-12sysctl security/tomoyo: Don't look at ctl_nameTetsuo Handa1-9/+1
2009-10-29tomoyo: improve hash bucket dispersionStephen Hemminger1-4/+9
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+17
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa3-15/+8
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa3-34/+30
2009-06-09TOMOYO: Add description of lists and structures.Tetsuo Handa6-34/+504
2009-06-09TOMOYO: Remove unused field.Tetsuo Handa2-2/+0
2009-06-09Merge branch 'master' into nextJames Morris1-0/+6
2009-06-04TOMOYO: Remove unused parameter.Tetsuo Handa3-7/+3
2009-06-03TOMOYO: Simplify policy reader.Tetsuo Handa3-52/+41
2009-06-03TOMOYO: Remove redundant markers.Tetsuo Handa4-36/+0
2009-06-02TOMOYO: Remove unused mutex.Tetsuo Handa1-1/+0
2009-06-02tomoyo: avoid get+put of task_structSerge E. Hallyn1-8/+1
2009-05-27tomoyo: add missing call to cap_bprm_set_credsHerton Ronaldo Krzesinski1-0/+6
2009-05-09Reduce path_lookup() abusesAl Viro2-11/+11
2009-04-14tomoyo: version bump to 2.2.0.Tetsuo Handa8-10/+10
2009-04-07tomoyo: remove "undelete domain" command.Tetsuo Handa3-100/+5
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-27TOMOYO: Fix a typo.Tetsuo Handa1-1/+1
2009-02-23TOMOYO: Do not call tomoyo_realpath_init unless registered.Tetsuo Handa3-6/+5
2009-02-16TOMOYO: Don't create securityfs entries unless registered.Tetsuo Handa1-0/+4
2009-02-14TOMOYO: Fix exception policy read failure.Tetsuo Handa1-1/+1
2009-02-12tomoyo: fix sparse warningTetsuo Handa1-4/+4
2009-02-12Kconfig and MakefileKentaro Takeda2-0/+12
2009-02-12LSM adapter functions.Kentaro Takeda2-0/+399
2009-02-12Domain transition handler.Kentaro Takeda1-0/+878
2009-02-12File operation restriction part.Kentaro Takeda1-0/+1241
2009-02-12Common functions for TOMOYO Linux.Kentaro Takeda2-0/+2561
2009-02-12Memory and pathname management functions.Kentaro Takeda2-0/+550