summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* integrity: move ima inode integrity data managementMimi Zohar2011-07-1813-203/+247
* security: new security_inode_init_security API adds function callbackMimi Zohar2011-07-181-3/+36
* 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 'for-security' of git://git.kernel.org/pub/scm/linux/kernel/git/...James Morris2011-06-302-2/+2
|\
| * AppArmor: Fix masking of capabilities in complain modeJohn Johansen2011-06-291-1/+1
| * AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen2011-06-291-1/+1
* | Merge branch 'linus' into nextJames Morris2011-06-306-13/+45
|\|
| * KEYS: Fix error handling in construct_key_and_link()David Howells2011-06-221-1/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-211-7/+1Star
| |\
| | * devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro2011-06-201-7/+1Star
| * | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-171-2/+1Star
| |/
| * Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into...James Morris2011-06-152-1/+39
| |\
| | * SELinux: skip file_name_trans_write() when policy downgraded.Roy.Li2011-06-141-0/+3
| | * selinux: fix case of names with whitespace/multibytes on /selinux/createKohei Kaigai2011-05-261-1/+36
| | * Merge commit 'v2.6.39' into 20110526Eric Paris2011-05-2616-64/+148
| | |\
| * | | TOMOYO: Fix oops in tomoyo_mount_acl().Tetsuo Handa2011-06-141-1/+1
| * | | AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen2011-06-091-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/+83Star
* | | | TOMOYO: Rename directives.Tetsuo Handa2011-06-294-59/+113
* | | | TOMOYO: Use struct for passing ACL line.Tetsuo Handa2011-06-298-371/+347Star
* | | | TOMOYO: Cleanup part 3.Tetsuo Handa2011-06-299-153/+410
* | | | TOMOYO: Cleanup part 2.Tetsuo Handa2011-06-295-359/+204Star
* | | | TOMOYO: Cleanup part 1.Tetsuo Handa2011-06-298-535/+71Star
* | | | encrypted-keys: add ecryptfs format supportRoberto Sassu2011-06-274-8/+180
* | | | encrypted-keys: add key format supportRoberto Sassu2011-06-271-40/+101
* | | | encrypted-keys: added additional debug messagesRoberto Sassu2011-06-271-11/+34
* | | | encrypted-keys: fixed valid_master_desc() function descriptionRoberto Sassu2011-06-271-1/+1
* | | | encrypted_keys: avoid dumping the master key if the request failsRoberto Sassu2011-06-271-3/+5
* | | | KEYS: Don't return EAGAIN to keyctl_assume_authority()David Howells2011-06-141-0/+2
|/ / /
* | | selinux: simplify and clean up inode_has_perm()Linus Torvalds2011-06-091-10/+15
* | | AppArmor: fix oops in apparmor_setprocattrKees Cook2011-06-011-1/+2
* | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-276-7/+7
|\ \ \