summaryrefslogtreecommitdiffstats
path: root/security/tomoyo
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | switch ->path_mkdir() to umode_tAl Viro2012-01-041-1/+1
| * | | | tomoyo_mini_stat: switch to umode_tAl Viro2012-01-042-3/+3
| * | | | switch securityfs_create_file() to umode_tAl Viro2012-01-041-1/+1
| * | | | switch security_path_chmod() to umode_tAl Viro2012-01-041-1/+1
| |/ / /
* / / / vfs: trim includes a bitAl Viro2012-01-041-0/+1
|/ / /
* / / tomoyo: stop including hell knows whatAl Viro2012-01-041-8/+0Star
|/ /
* | 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-071-2/+1Star
|/
* Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-securityLinus Torvalds2011-11-031-0/+30
|\
| * TOMOYO: Fix interactive judgment functionality.Tetsuo Handa2011-10-281-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/+0Star
| * 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/+186Star
| * 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/+22Star
| * 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-101-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/+0Star
* TOMOYO: Fix wrong domainname in tomoyo_init_log().Tetsuo Handa2011-07-011-1/+1
* TOMOYO: Cleanup header file.Tetsuo Handa2011-06-301-117/+96Star
* 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: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-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