| Commit message (Expand) | Author | Age | Files | Lines |
* | SELinux: if sel_make_bools errors don't leave inconsistent state | Eric Paris | 2012-06-01 | 1 | -0/+1 |
* | security: fix compile error in commoncap.c | Jonghwan Choi | 2012-04-22 | 1 | -0/+1 |
* | fcaps: clear the same personality flags as suid when fcaps are used | Eric Paris | 2012-04-22 | 1 | -0/+5 |
* | TOMOYO: Fix mount flags checking order. | Tetsuo Handa | 2012-04-13 | 1 | -18/+20 |
* | ima: fix invalid memory reference | Roberto Sassu | 2012-01-25 | 1 | -5/+11 |
* | ima: free duplicate measurement memory | Roberto Sassu | 2012-01-25 | 2 | -2/+3 |
* | SELinux: Fix RCU deref check warning in sel_netport_insert() | David Howells | 2012-01-06 | 1 | -1/+3 |
* | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 2011-12-21 | 2 | -30/+44 |
* | KEYS: Fix a NULL pointer deref in the user-defined key type | David Howells | 2011-11-21 | 1 | -1/+2 |
* | AppArmor: Fix masking of capabilities in complain mode | John Johansen | 2011-08-04 | 1 | -1/+1 |
* | AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lock | John Johansen | 2011-08-04 | 1 | -1/+1 |
* | KEYS: Fix error handling in construct_key_and_link() | David Howells | 2011-06-21 | 1 | -1/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-06-20 | 1 | -7/+1 |
|\ |
|
| * | devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper | Al Viro | 2011-06-20 | 1 | -7/+1 |
* | | KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring | David Howells | 2011-06-17 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2011-06-15 | 2 | -1/+39 |
|\ |
|
| * | SELinux: skip file_name_trans_write() when policy downgraded. | Roy.Li | 2011-06-14 | 1 | -0/+3 |
| * | selinux: fix case of names with whitespace/multibytes on /selinux/create | Kohei Kaigai | 2011-05-26 | 1 | -1/+36 |
| * | Merge commit 'v2.6.39' into 20110526 | Eric Paris | 2011-05-26 | 16 | -64/+148 |
| |\ |
|
* | | | TOMOYO: Fix oops in tomoyo_mount_acl(). | Tetsuo Handa | 2011-06-14 | 1 | -1/+1 |
* | | | AppArmor: Fix sleep in invalid context from task_setrlimit | John Johansen | 2011-06-09 | 1 | -1/+1 |
* | | | selinux: simplify and clean up inode_has_perm() | Linus Torvalds | 2011-06-08 | 1 | -10/+15 |
* | | | AppArmor: fix oops in apparmor_setprocattr | Kees Cook | 2011-06-01 | 1 | -1/+2 |
* | | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu... | Linus Torvalds | 2011-05-27 | 6 | -7/+7 |
|\ \ \ |
|
| * | | | Create Documentation/security/, | Randy Dunlap | 2011-05-19 | 6 | -7/+7 |
| | |/
| |/| |
|
* | | | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2011-05-26 | 2 | -11/+4 |
* | | | cgroups: add per-thread subsystem callbacks | Ben Blum | 2011-05-26 | 1 | -2/+1 |
* | | | Set cred->user_ns in key_replace_session_keyring | Serge E. Hallyn | 2011-05-26 | 1 | -0/+1 |
* | | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 2011-05-24 | 11 | -208/+370 |
|\ \ \
| | |/
| |/| |
|
| * | | SELINUX: add /sys/fs/selinux mount point to put selinuxfs | Greg Kroah-Hartman | 2011-05-11 | 1 | -1/+11 |
| * | | SELinux: introduce path_has_perm | Eric Paris | 2011-04-28 | 1 | -14/+30 |
| * | | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 2011-04-28 | 1 | -3/+3 |
| * | | SELinux: pass last path component in may_create | Eric Paris | 2011-04-28 | 1 | -1/+2 |
| * | | SELinux: put name based create rules in a hashtable | Eric Paris | 2011-04-28 | 3 | -61/+135 |
| * | | SELinux: generic hashtab entry counter | Eric Paris | 2011-04-28 | 1 | -2/+2 |
| * | | SELinux: calculate and print hashtab stats with a generic function | Eric Paris | 2011-04-28 | 1 | -19/+13 |
| * | | SELinux: skip filename trans rules if ttype does not match parent dir | Eric Paris | 2011-04-28 | 3 | -0/+17 |
| * | | SELinux: rename filename_compute_type argument to *type instead of *con | Eric Paris | 2011-04-28 | 1 | -3/+3 |
| * | | SELinux: fix comment to state filename_compute_type takes an objname not a qstr | Eric Paris | 2011-04-28 | 1 | -1/+1 |
| * | | SMACK: smack_file_lock can use the struct path | Eric Paris | 2011-04-25 | 1 | -2/+2 |
| * | | LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH | Eric Paris | 2011-04-25 | 4 | -42/+50 |
| * | | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE | Eric Paris | 2011-04-25 | 5 | -68/+74 |
| * | | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 2011-04-25 | 3 | -25/+55 |
| * | | SECURITY: Move exec_permission RCU checks into security modules | Andi Kleen | 2011-04-25 | 4 | -7/+13 |
| * | | SELinux: security_read_policy should take a size_t not ssize_t | Eric Paris | 2011-04-25 | 2 | -2/+2 |
| * | | SELinux: silence build warning when !CONFIG_BUG | Eric Paris | 2011-04-25 | 2 | -0/+3 |
| * | | SELinux: delete debugging printks from filename_trans rule processing | Eric Paris | 2011-04-20 | 1 | -4/+0 |
| * | | Initialize policydb.process_class eariler. | Harry Ciao | 2011-04-07 | 1 | -5/+5 |
| * | | selinux: Fix regression for Xorg | Stephen Smalley | 2011-04-07 | 1 | -1/+1 |
| * | | selinux: add type_transition with name extension support for selinuxfs | Kohei Kaigai | 2011-04-01 | 3 | -12/+25 |