aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-2315-2777/+5087
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-235-0/+2450
|\
| * TOMOYO: Fix mount flags checking order.Tetsuo Handa2012-04-131-18/+20
| * Security: tomoyo: add .gitignore fileGreg Kroah-Hartman2012-02-291-0/+2
| * TOMOYO: Accept \000 as a valid character.Tetsuo Handa2012-01-251-3/+3
| * TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa2011-12-081-1/+9
| * fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-2/+1
| * Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-11-021-0/+30
| |\
| | * TOMOYO: Fix interactive judgment functionality.Tetsuo Handa2011-10-291-0/+30
| * | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-10-2517-454/+2128
| |\ \ | | |/
| | * TOMOYO: Fix incomplete read after seek.Tetsuo Handa2011-10-221-0/+1
| | * TOMOYO: Fix unused kernel config option.Tetsuo Handa2011-10-191-2/+4
| | * TOMOYO: Fix quota and garbage collector.Tetsuo Handa2011-10-122-0/+18
| | * TOMOYO: Remove redundant tasklist_lock.Tetsuo Handa2011-10-121-4/+0
| | * TOMOYO: Fix domain transition failure warning.Tetsuo Handa2011-09-281-1/+2
| | * TOMOYO: Remove tomoyo_policy_memory_lock spinlock.Tetsuo Handa2011-09-263-27/+27
| | * TOMOYO: Simplify garbage collector.Tetsuo Handa2011-09-265-319/+186
| | * TOMOYO: Fix make namespacecheck warnings.Tetsuo Handa2011-09-265-7/+9
| | * TOMOYO: Allow specifying domain transition preference.Tetsuo Handa2011-09-195-12/+137
| | * TOMOYO: Bump version.Tetsuo Handa2011-09-153-9/+9
| | * TOMOYO: Avoid race when retrying "file execute" permission check.Tetsuo Handa2011-09-141-34/+22
| | * TOMOYO: Allow domain transition without execve().Tetsuo Handa2011-09-144-28/+210
| | * TOMOYO: Allow controlling generation of access granted logs for per an entry ...Tetsuo Handa2011-09-145-1/+38
| | * TOMOYO: Add socket operation restriction support.Tetsuo Handa2011-09-1410-17/+1215
| | * TOMOYO: Add environment variable name restriction support.Tetsuo Handa2011-09-147-10/+266
| | * TOMOYO: Fix incorrect enforce mode.Tetsuo Handa2011-09-091-1/+2
| | * tomoyo: remove tomoyo_gc_thread()->daemonize()Oleg Nesterov2011-08-171-1/+1
| * | TOMOYO: Fix incomplete read of /sys/kernel/security/tomoyo/profileTetsuo Handa2011-08-081-1/+4
| |/
| * TOMOYO: Update kernel-doc.Tetsuo Handa2011-07-1413-62/+269
| * TOMOYO: Enable conditional ACL.Tetsuo Handa2011-07-115-33/+80
| * TOMOYO: Allow using argv[]/envp[] of execve() as conditions.Tetsuo Handa2011-07-116-10/+589
| * TOMOYO: Allow using executable's realpath and symlink's target as conditions.Tetsuo Handa2011-07-115-4/+228
| * TOMOYO: Allow using owner/group etc. of file objects as conditions.Tetsuo Handa2011-07-114-0/+457
| * TOMOYO: Allow using UID/GID etc. of current thread as conditions.Tetsuo Handa2011-07-118-37/+651
| * TOMOYO: Remove /sys/kernel/security/tomoyo/.domain_status interface.Tetsuo Handa2011-07-083-76/+0
| * TOMOYO: Fix wrong domainname in tomoyo_init_log().Tetsuo Handa2011-07-011-1/+1
| * TOMOYO: Cleanup header file.Tetsuo Handa2011-06-301-117/+96
| * TOMOYO: Fix build error with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .Tetsuo Handa2011-06-301-0/+2
| * Merge branch 'linus' into nextJames Morris2011-06-301-1/+1
| |\
| * | TOMOYO: Make several options configurable.Tetsuo Handa2011-06-293-23/+117
| * | TOMOYO: Add built-in policy support.Tetsuo Handa2011-06-294-10/+108
| * | TOMOYO: Rename meminfo to stat and show more statistics.Tetsuo Handa2011-06-296-143/+206
| * | TOMOYO: Cleanup part 4.Tetsuo Handa2011-06-296-121/+177
| * | TOMOYO: Fix lockdep warning.Tetsuo Handa2011-06-293-51/+276
| * | TOMOYO: Change pathname for non-rename()able filesystems.Tetsuo Handa2011-06-292-54/+180
| * | TOMOYO: Add policy namespace support.Tetsuo Handa2011-06-298-299/+669
| * | TOMOYO: Add ACL group support.Tetsuo Handa2011-06-295-11/+88
| * | TOMOYO: Add auditing interface.Tetsuo Handa2011-06-299-235/+557
| * | TOMOYO: Simplify profile structure.Tetsuo Handa2011-06-293-168/+83
| * | TOMOYO: Rename directives.Tetsuo Handa2011-06-294-59/+113