| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-18 | xfrm: invalidate dst on policy insertion/deletion | Nicolas Dichtel | 1 | -0/+1 |
| 2012-07-31 | selinux: tag avc cache alloc as non-critical | Mel Gorman | 1 | -1/+1 |
| 2012-07-30 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+1 |
| 2012-07-30 | c/r: fcntl: add F_GETOWNER_UIDS option | Cyrill Gorcunov | 1 | -0/+1 |
| 2012-07-30 | selinux: fix selinux_inode_setxattr oops | Al Viro | 1 | -5/+10 |
| 2012-07-26 | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 1 | -1/+1 |
| 2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -10/+17 |
| 2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -6/+5 |
| 2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 3 | -6/+5 |
| 2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+4 |
| 2012-07-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -2/+4 |
| 2012-07-16 | SELinux: do not check open perms if they are not known to policy | Eric Paris | 1 | -1/+1 |
| 2012-07-16 | SELinux: include definition of new capabilities | Eric Paris | 1 | -1/+3 |
| 2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+5 |
| 2012-06-26 | selinux: netlink: Move away from NLMSG_PUT(). | David S. Miller | 1 | -4/+7 |
| 2012-06-07 | netfilter: selinux: switch hook PFs to nfproto | Alban Crequy | 1 | -5/+5 |
| 2012-05-31 | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro | 1 | -7/+8 |
| 2012-05-31 | split cap_mmap_addr() out of cap_file_mmap() | Al Viro | 1 | -1/+1 |
| 2012-05-29 | selinuxfs snprintf() misuses | Al Viro | 1 | -29/+7 |
| 2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 13 | -306/+383 |
| 2012-05-22 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 13 | -305/+374 |
| 2012-05-08 | netfilter: remove ip_queue support | Pablo Neira Ayuso | 1 | -13/+0 |
| 2012-04-14 | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs | Andy Lutomirski | 1 | -1/+9 |
| 2012-04-09 | SELinux: remove unused common_audit_data in flush_unauthorized_files | Eric Paris | 1 | -4/+0 |
| 2012-04-09 | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 6 | -47/+15 |
| 2012-04-09 | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 1 | -2/+2 |
| 2012-04-09 | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 3 | -91/+16 |
| 2012-04-09 | SELinux: remove auditdeny from selinux_audit_data | Eric Paris | 1 | -8/+1 |
| 2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris | 2 | -35/+35 |
| 2012-04-09 | LSM: remove the task field from common_audit_data | Eric Paris | 1 | -1/+0 |
| 2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 2 | -35/+35 |
| 2012-04-09 | SELinux: move common_audit_data to a noinline slow path function | Eric Paris | 1 | -11/+21 |
| 2012-04-09 | SELinux: remove inode_has_perm_noadp | Eric Paris | 1 | -24/+4 |
| 2012-04-09 | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 3 | -70/+105 |
| 2012-04-09 | SELinux: if sel_make_bools errors don't leave inconsistent state | Eric Paris | 1 | -0/+1 |
| 2012-04-09 | SELinux: remove needless sel_div function | Eric Paris | 1 | -6/+1 |
| 2012-04-09 | SELinux: possible NULL deref in context_struct_to_string | Eric Paris | 1 | -3/+5 |
| 2012-04-09 | SELinux: audit failed attempts to set invalid labels | Eric Paris | 1 | -2/+34 |
| 2012-04-09 | SELinux: rename dentry_open to file_open | Eric Paris | 1 | -3/+3 |
| 2012-04-09 | SELinux: check OPEN on truncate calls | Eric Paris | 1 | -1/+5 |
| 2012-04-09 | SELinux: add default_type statements | Eric Paris | 4 | -6/+33 |
| 2012-04-09 | SELinux: allow default source/target selectors for user/role/range | Eric Paris | 6 | -8/+109 |
| 2012-04-09 | SELinux: loosen DAC perms on reading policy | Eric Paris | 1 | -1/+1 |
| 2012-04-09 | SELinux: allow seek operations on the file exposing policy | Eric Paris | 1 | -0/+1 |
| 2012-04-03 | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds | 1 | -3/+1 |
| 2012-04-03 | SELinux: do not allocate stack space for AVC data unless needed | Eric Paris | 2 | -14/+27 |
| 2012-04-03 | SELinux: remove avd from slow_avc_audit() | Eric Paris | 1 | -2/+2 |
| 2012-04-03 | SELinux: remove avd from selinux_audit_data | Eric Paris | 1 | -1/+0 |
| 2012-04-03 | LSM: shrink the common_audit_data data union | Eric Paris | 1 | -42/+63 |
| 2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 3 | -17/+104 |
| 2012-03-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -71/+48 |
| 2012-03-31 | get rid of pointless includes of ext2_fs.h | Al Viro | 1 | -5/+4 |
| 2012-03-31 | selinuxfs: merge dentry allocation into sel_make_dir() | Al Viro | 1 | -66/+44 |
| 2012-03-31 | selinux: inline avc_audit() and avc_has_perm_noaudit() into caller | Linus Torvalds | 1 | -2/+2 |
| 2012-03-31 | selinux: don't inline slow-path code into avc_has_perm_noaudit() | Linus Torvalds | 1 | -14/+38 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-26 | SELinux: selinux/xfrm.h needs net/flow.h | David Howells | 1 | -0/+2 |
| 2012-03-22 | security: optimize avc_audit() common path | Linus Torvalds | 1 | -29/+41 |
| 2012-02-19 | Replace the fd_sets in struct fdtable with an array of unsigned longs | David Howells | 1 | -1/+1 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+2 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -33/+11 |
| 2012-01-10 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2 | -11/+5 |
| 2012-01-09 | Merge branch 'next' into for-linus | James Morris | 2 | -11/+5 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -5/+5 |
| 2012-01-06 | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb | Al Viro | 1 | -1/+1 |
| 2012-01-05 | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 1 | -19/+0 |
| 2012-01-05 | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris | 1 | -1/+1 |
| 2012-01-05 | capabilities: remove the task from capable LSM hook entirely | Eric Paris | 1 | -13/+10 |
| 2012-01-05 | selinux: sparse fix: fix several warnings in the security server cod | James Morris | 5 | -7/+9 |
| 2012-01-05 | selinux: sparse fix: fix warnings in netlink code | James Morris | 6 | -5/+6 |
| 2012-01-05 | selinux: sparse fix: eliminate warnings for selinuxfs | James Morris | 3 | -6/+4 |
| 2012-01-05 | selinux: sparse fix: declare selinux_disable() in security.h | James Morris | 2 | -1/+1 |
| 2012-01-05 | selinux: sparse fix: move selinux_complete_init | James Morris | 2 | -1/+1 |
| 2012-01-05 | selinux: sparse fix: make selinux_secmark_refcount static | James Morris | 1 | -1/+1 |
| 2012-01-03 | get rid of open-coded S_ISREG(), etc. | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->mknod() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch ->create() to umode_t | Al Viro | 1 | -1/+1 |
| 2012-01-03 | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 1 | -1/+1 |
| 2011-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2011-12-21 | SELinux: Fix RCU deref check warning in sel_netport_insert() | David Howells | 1 | -1/+3 |
| 2011-12-20 | SELinux: Fix RCU deref check warning in sel_netport_insert() | David Howells | 1 | -1/+3 |
| 2011-12-19 | selinux: Casting (void *) value returned by kmalloc is useless | Thomas Meyer | 1 | -1/+1 |
| 2011-12-06 | inet_diag: Partly rename inet_ to sock_ | Pavel Emelyanov | 1 | -1/+1 |
| 2011-12-03 | ipv6: Add fragment reporting to ipv6_skip_exthdr(). | Jesse Gross | 1 | -1/+2 |
| 2011-11-22 | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2 | -4/+4 |
| 2011-11-16 | Merge branch 'master'; commit 'v3.2-rc2' into next | James Morris | 2 | -0/+2 |
| 2011-11-16 | selinuxfs: remove custom hex_to_bin() | Andy Shevchenko | 1 | -10/+4 |
| 2011-10-31 | selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2 | -0/+2 |
| 2011-09-09 | selinux: sparse fix: fix several warnings in the security server code | James Morris | 5 | -7/+9 |
| 2011-09-09 | selinux: sparse fix: include selinux.h in exports.c | James Morris | 1 | -0/+1 |
| 2011-09-09 | selinux: sparse fix: fix warnings in netlink code | James Morris | 6 | -5/+6 |
| 2011-09-09 | selinux: sparse fix: eliminate warnings for selinuxfs | James Morris | 3 | -6/+4 |
| 2011-09-09 | selinux: sparse fix: declare selinux_disable() in security.h | James Morris | 2 | -1/+1 |
| 2011-09-09 | selinux: sparse fix: move selinux_complete_init | James Morris | 2 | -1/+1 |
| 2011-09-09 | selinux: sparse fix: make selinux_secmark_refcount static | James Morris | 1 | -1/+1 |
| 2011-08-01 | doc: Update the email address for Paul Moore in various source files | Paul Moore | 15 | -15/+15 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 2 | -2/+2 |
| 2011-07-24 | VFS : mount lock scalability for internal mounts | Tim Chen | 1 | -0/+1 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+3 |
| 2011-07-22 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -36/+4 |
| 2011-07-22 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 1 | -2/+2 |
| 2011-07-20 | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu() | Lai Jiangshan | 1 | -18/+2 |
| 2011-07-20 | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu() | Lai Jiangshan | 1 | -18/+2 |
| 2011-07-20 | selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU | Al Viro | 2 | -3/+3 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->inode_permission() | Al Viro | 1 | -2/+3 |
| 2011-06-22 | ptrace: s/tracehook_tracer_task()/ptrace_parent()/ | Tejun Heo | 1 | -2/+2 |
| 2011-06-15 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2 | -1/+39 |
| 2011-06-14 | SELinux: skip file_name_trans_write() when policy downgraded. | Roy.Li | 1 | -0/+3 |
| 2011-06-08 | selinux: simplify and clean up inode_has_perm() | Linus Torvalds | 1 | -10/+15 |
| 2011-05-26 | selinux: don't pass in NULL avd to avc_has_perm_noaudit | Linus Torvalds | 2 | -11/+4 |
| 2011-05-26 | selinux: fix case of names with whitespace/multibytes on /selinux/create | Kohei Kaigai | 1 | -1/+36 |
| 2011-05-26 | Merge commit 'v2.6.39' into 20110526 | Eric Paris | 5 | -16/+21 |
| 2011-05-24 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo... | James Morris | 8 | -156/+304 |
| 2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -4/+4 |
| 2011-05-19 | selinux: avoid unnecessary avc cache stat hit count | Linus Torvalds | 3 | -9/+11 |
| 2011-05-19 | selinux: de-crapify avc cache stat code generation | Linus Torvalds | 1 | -5/+1 |
| 2011-05-19 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -17/+1 |
| 2011-05-13 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 1 | -4/+0 |
| 2011-05-12 | SELinux: delete debugging printks from filename_trans rule processing | Eric Paris | 1 | -4/+0 |
| 2011-05-11 | SELINUX: add /sys/fs/selinux mount point to put selinuxfs | Greg Kroah-Hartman | 1 | -1/+11 |
| 2011-05-07 | security,rcu: convert call_rcu(sel_netif_free) to kfree_rcu() | Lai Jiangshan | 1 | -17/+1 |
| 2011-05-04 | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/selinux into... | James Morris | 2 | -4/+5 |
| 2011-04-28 | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 1 | -3/+3 |
| 2011-04-28 | SELinux: pass last path component in may_create | Eric Paris | 1 | -1/+2 |
| 2011-04-28 | SELinux: introduce path_has_perm | Eric Paris | 1 | -14/+30 |
| 2011-04-28 | flex_array: flex_array_prealloc takes a number of elements, not an end | Eric Paris | 1 | -3/+3 |
| 2011-04-28 | SELinux: pass last path component in may_create | Eric Paris | 1 | -1/+2 |
| 2011-04-28 | SELinux: put name based create rules in a hashtable | Eric Paris | 3 | -61/+135 |
| 2011-04-28 | SELinux: generic hashtab entry counter | Eric Paris | 1 | -2/+2 |
| 2011-04-28 | SELinux: calculate and print hashtab stats with a generic function | Eric Paris | 1 | -19/+13 |
| 2011-04-28 | SELinux: skip filename trans rules if ttype does not match parent dir | Eric Paris | 3 | -0/+17 |
| 2011-04-28 | SELinux: rename filename_compute_type argument to *type instead of *con | Eric Paris | 1 | -3/+3 |
| 2011-04-28 | SELinux: fix comment to state filename_compute_type takes an objname not a qstr | Eric Paris | 1 | -1/+1 |
| 2011-04-26 | Merge branch 'master' into for-next | Jiri Kosina | 5 | -32/+69 |
| 2011-04-25 | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 3 | -25/+55 |
| 2011-04-25 | LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH | Eric Paris | 1 | -13/+13 |
| 2011-04-25 | LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE | Eric Paris | 2 | -26/+26 |
| 2011-04-25 | SELINUX: Make selinux cache VFS RCU walks safe | Eric Paris | 3 | -25/+55 |
| 2011-04-25 | SECURITY: Move exec_permission RCU checks into security modules | Andi Kleen | 1 | -1/+5 |
| 2011-04-25 | SELinux: security_read_policy should take a size_t not ssize_t | Eric Paris | 2 | -2/+2 |
| 2011-04-25 | SELinux: silence build warning when !CONFIG_BUG | Eric Paris | 2 | -0/+3 |
| 2011-04-22 | SECURITY: Move exec_permission RCU checks into security modules | Andi Kleen | 1 | -1/+5 |
| 2011-04-20 | SELinux: delete debugging printks from filename_trans rule processing | Eric Paris | 1 | -4/+0 |
| 2011-04-10 | treewide: remove extra semicolons | Justin P. Mattock | 1 | -4/+4 |
| 2011-04-07 | Initialize policydb.process_class eariler. | Harry Ciao | 1 | -5/+5 |
| 2011-04-07 | selinux: Fix regression for Xorg | Stephen Smalley | 1 | -1/+1 |
| 2011-04-01 | selinux: add type_transition with name extension support for selinuxfs | Kohei Kaigai | 3 | -12/+25 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -3/+3 |
| 2011-03-29 | selinux: Fix regression for Xorg | Stephen Smalley | 1 | -1/+1 |
| 2011-03-28 | SELinux: Write class field in role_trans_write. | Harry Ciao | 1 | -2/+9 |
| 2011-03-28 | SELinux: Compute role in newcontext for all classes | Harry Ciao | 1 | -11/+9 |
| 2011-03-28 | SELinux: Add class support to the role_trans structure | Harry Ciao | 3 | -2/+18 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 1 | -1/+1 |
| 2011-03-23 | userns: security: make capabilities relative to the user namespace | Serge E. Hallyn | 1 | -5/+8 |
| 2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -7/+9 |
| 2011-03-12 | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2 | -3/+3 |
| 2011-03-08 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 10 | -201/+413 |
| 2011-03-08 | Merge branch 'master'; commit 'v2.6.38-rc7' into next | James Morris | 4 | -5/+8 |
| 2011-03-03 | SELinux: implement the new sb_remount LSM hook | Eric Paris | 1 | -0/+86 |
| 2011-03-03 | SELinux: Compute SID for the newly created socket | Harry Ciao | 1 | -6/+21 |
| 2011-03-03 | SELinux: Socket retains creator role and MLS attribute | Harry Ciao | 3 | -7/+29 |
| 2011-03-03 | SELinux: Auto-generate security_is_socket_class | Harry Ciao | 1 | -0/+4 |
| 2011-03-03 | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms | Patrick McHardy | 1 | -2/+4 |
| 2011-02-25 | Revert "selinux: simplify ioctl checking" | Eric Paris | 1 | -8/+42 |
| 2011-02-25 | selinux: drop unused packet flow permissions | Eric Paris | 1 | -2/+1 |
| 2011-02-25 | selinux: Fix packet forwarding checks on postrouting | Steffen Klassert | 1 | -18/+5 |
| 2011-02-25 | selinux: Fix wrong checks for selinux_policycap_netpeer | Steffen Klassert | 1 | -18/+6 |
| 2011-02-25 | selinux: Fix check for xfrm selinux context algorithm | Steffen Klassert | 1 | -1/+1 |
| 2011-02-22 | xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const. | David S. Miller | 2 | -2/+2 |
| 2011-02-07 | CRED: Fix BUG() upon security_cred_alloc_blank() failure | Tetsuo Handa | 1 | -1/+5 |
| 2011-02-01 | security/selinux: fix /proc/sys/ labeling | Lucian Adrian Grijincu | 1 | -102/+18 |
| 2011-02-01 | SELinux: Use dentry name in new object labeling | Eric Paris | 6 | -37/+197 |
| 2011-02-01 | fs/vfs/security: pass last path component to LSM on inode creation | Eric Paris | 1 | -2/+3 |
| 2011-01-24 | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 2 | -3/+3 |
| 2011-01-24 | security:selinux: kill unused MAX_AVTAB_HASH_MASK and ebitmap_startbit | Shan Wei | 2 | -2/+0 |
| 2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 11 | -931/+944 |
| 2011-01-10 | headers: path.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2011-01-10 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 10 | -930/+943 |
| 2011-01-10 | Merge branch 'master' into next | James Morris | 2 | -17/+21 |
| 2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+10 |
| 2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
| 2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -4/+0 |
| 2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -2/+10 |
| 2011-01-05 | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. | David S. Miller | 1 | -5/+5 |
| 2010-12-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+1 |
| 2010-12-16 | SELinux: define permissions for DCB netlink messages | Eric Paris | 1 | -0/+2 |
| 2010-12-07 | selinux: cache sidtab_context_to_sid results | Eric Paris | 2 | -2/+39 |
| 2010-12-02 | SELinux: do not compute transition labels on mountpoint labeled filesystems | Eric Paris | 1 | -1/+4 |
| 2010-11-30 | SELinux: merge policydb_index_classes and policydb_index_others | Eric Paris | 1 | -59/+10 |
| 2010-11-30 | selinux: convert part of the sym_val_to_name array to use flex_array | Eric Paris | 5 | -68/+127 |
| 2010-11-30 | selinux: convert type_val_to_struct to flex_array | Eric Paris | 3 | -13/+34 |
| 2010-11-30 | SELinux: do not set automatic i_ino in selinuxfs | Eric Paris | 1 | -1/+0 |
| 2010-11-30 | selinux: rework security_netlbl_secattr_to_sid | Eric Paris | 1 | -21/+21 |
| 2010-11-30 | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 1 | -171/+157 |
| 2010-11-30 | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 1 | -337/+311 |
| 2010-11-30 | SELinux: standardize return code handling in policydb.c | Eric Paris | 1 | -287/+268 |
| 2010-11-29 | security: Define CAP_SYSLOG | Serge E. Hallyn | 1 | -1/+1 |
| 2010-11-23 | SELinux: indicate fatal error in compat netfilter code | Eric Paris | 1 | -2/+2 |
| 2010-11-23 | SELinux: Only return netlink error when we know the return is fatal | Eric Paris | 1 | -4/+4 |