| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | SELinux: Write class field in role_trans_write. | Harry Ciao | 2011-03-28 | 1 | -2/+9 |
| * | SELinux: Compute role in newcontext for all classes | Harry Ciao | 2011-03-28 | 1 | -11/+9 |
| * | SELinux: Add class support to the role_trans structure | Harry Ciao | 2011-03-28 | 3 | -2/+18 |
* | | Merge branch 'next' into for-linus | James Morris | 2011-05-24 | 15 | -41/+66 |
|\ \ |
|
| * \ | Merge branch 'master' into next | James Morris | 2011-05-19 | 7 | -36/+69 |
| |\ \ |
|
| * | | | TOMOYO: Fix wrong domainname validation. | Tetsuo Handa | 2011-05-12 | 1 | -1/+1 |
| * | | | TOMOYO: Fix refcount leak in tomoyo_mount_acl(). | Tetsuo Handa | 2011-04-20 | 1 | -0/+1 |
| * | | | Merge branch 'master'; commit 'v2.6.39-rc3' into next | James Morris | 2011-04-19 | 8 | -13/+13 |
| |\ \ \ |
|
| * | | | | TOMOYO: Fix infinite loop bug when reading /sys/kernel/security/tomoyo/audit | Tetsuo Handa | 2011-04-19 | 1 | -3/+2 |
| * | | | | TOMOYO: Don't add / for allow_unmount permission check. | Tetsuo Handa | 2011-04-19 | 1 | -1/+0 |
| * | | | | TOMOYO: Fix race on updating profile's comment line. | Tetsuo Handa | 2011-04-19 | 1 | -2/+10 |
| * | | | | capabilities: do not special case exec of init | Eric Paris | 2011-04-04 | 1 | -9/+4 |
| * | | | | tomoyo: fix memory leak in tomoyo_commit_ok() | Xiaochen Wang | 2011-03-31 | 1 | -0/+1 |
| * | | | | Merge branch 'next-queue' into next | James Morris | 2011-03-30 | 9 | -25/+47 |
| |\ \ \ \ |
|
| | * | | | | security: select correct default LSM_MMAP_MIN_ADDR on ARM. | Paul Gortmaker | 2011-03-22 | 1 | -0/+1 |
| | * | | | | KEYS: Make request_key() and co. return an error for a negative key | David Howells | 2011-03-17 | 1 | -0/+6 |
| | * | | | | KEYS: Improve /proc/keys | David Howells | 2011-03-17 | 7 | -25/+40 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2011-04-26 | 15 | -71/+163 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | treewide: remove extra semicolons | Justin P. Mattock | 2011-04-10 | 1 | -4/+4 |
* | | | | | | | | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 2011-05-19 | 3 | -9/+11 |
* | | | | | | | | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 2011-05-19 | 1 | -5/+1 |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-19 | 2 | -31/+3 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| * | | | | | | | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -17/+1 |
| * | | | | | | | security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu() | Lai Jiangshan | 2011-05-07 | 1 | -14/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2011-05-13 | 1 | -4/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | SELinux: delete debugging printks from filename_trans rule processing | Eric Paris | 2011-05-12 | 1 | -4/+0 |
* | | | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2011-05-04 | 2 | -4/+5 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
| | / / / / / /
| |/ / / / / /
|/| | | | | | |
|