| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-11-01 | 2 | -0/+2 |
* | selinux: sparse fix: fix several warnings in the security server code | James Morris | 2011-09-10 | 5 | -7/+9 |
* | selinux: sparse fix: include selinux.h in exports.c | James Morris | 2011-09-10 | 1 | -0/+1 |
* | selinux: sparse fix: fix warnings in netlink code | James Morris | 2011-09-10 | 6 | -5/+6 |
* | selinux: sparse fix: eliminate warnings for selinuxfs | James Morris | 2011-09-10 | 3 | -6/+4 |
* | selinux: sparse fix: declare selinux_disable() in security.h | James Morris | 2011-09-10 | 2 | -1/+1 |
* | selinux: sparse fix: move selinux_complete_init | James Morris | 2011-09-10 | 2 | -1/+1 |
* | selinux: sparse fix: make selinux_secmark_refcount static | James Morris | 2011-09-10 | 1 | -1/+1 |
* | doc: Update the email address for Paul Moore in various source files | Paul Moore | 2011-08-02 | 15 | -15/+15 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 2 | -2/+2 |
* | VFS : mount lock scalability for internal mounts | Tim Chen | 2011-07-24 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2011-07-23 | 2 | -2/+3 |
|\ |
|
| * | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 2011-07-20 | 2 | -3/+3 |
| * | ->permission() sanitizing: don't pass flags to ->inode_permission() | Al Viro | 2011-07-20 | 1 | -2/+3 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-23 | 2 | -36/+4 |
|\ \ |
|
| * | | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
| * | | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() | Lai Jiangshan | 2011-07-20 | 1 | -18/+2 |
| |/ |
|
* | | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 2011-07-23 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | ptrace: s/tracehook_tracer_task()/ptrace_parent()/ | Tejun Heo | 2011-06-22 | 1 | -2/+2 |
* | | 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 | 5 | -16/+21 |
| |\ \ |
|
* | | | | selinux: simplify and clean up inode_has_perm() | Linus Torvalds | 2011-06-09 | 1 | -10/+15 |
| |_|/
|/| | |
|
* | | | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2011-05-27 | 2 | -11/+4 |
* | | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 2011-05-24 | 8 | -156/+304 |
|\| | |
|
| * | | 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 |
| * | | LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH | Eric Paris | 2011-04-26 | 1 | -13/+13 |
| * | | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE | Eric Paris | 2011-04-26 | 2 | -26/+26 |
| * | | 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 | 1 | -1/+5 |
| * | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -4/+4 |
|\ \ \ |
|