| Commit message (Expand) | Author | Age | Files | Lines |
* | LSM: Make the Labeled IPsec hooks more stack friendly | Paul Moore | 2008-04-13 | 4 | -45/+42 |
* | NetLabel: Allow passing the LSM domain as a shared pointer | Paul Moore | 2008-04-13 | 2 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-03 | 5 | -83/+16 |
|\ |
|
| * | selinux: handle files opened with flags 3 by checking ioctl permission | Stephen Smalley | 2008-04-02 | 1 | -0/+6 |
| * | smackfs: remove redundant lock, fix open(,O_RDWR) | Ahmed S. Darwish | 2008-03-25 | 1 | -33/+2 |
| * | file capabilities: remove cap_task_kill() | Serge Hallyn | 2008-03-20 | 3 | -46/+0 |
| * | smack: do not dereference NULL ipc object | Ahmed S. Darwish | 2008-03-20 | 1 | -3/+6 |
| * | make selinux_parse_opts_str() static | Adrian Bunk | 2008-03-17 | 1 | -1/+2 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -1/+1 |
|/ |
|
* | smackfs: do not trust `count' in inodes write()s | Ahmed S. Darwish | 2008-03-13 | 2 | -19/+20 |
* | LSM/SELinux: Interfaces to allow FS to control mount options | Eric Paris | 2008-03-05 | 5 | -107/+128 |
* | Smack: update for file capabilities | Casey Schaufler | 2008-02-24 | 1 | -13/+74 |
* | file capabilities: simplify signal check | Serge E. Hallyn | 2008-02-24 | 1 | -1/+1 |
* | Smack: unlabeled outgoing ambient packets | Casey Schaufler | 2008-02-19 | 2 | -23/+74 |
* | d_path: Use struct path in struct avc_audit_data | Jan Blunck | 2008-02-15 | 3 | -25/+24 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-15 | 2 | -3/+3 |
* | Smack: check for 'struct socket' with NULL sk | Ahmed S. Darwish | 2008-02-14 | 1 | -4/+5 |
* | selinux: support 64-bit capabilities | Stephen Smalley | 2008-02-11 | 5 | -2/+27 |
* | Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) | David Howells | 2008-02-07 | 4 | -4/+4 |
* | SELinux: Remove security_get_policycaps() | Paul Moore | 2008-02-06 | 2 | -34/+0 |
* | security: allow Kconfig to set default mmap_min_addr protection | Eric Paris | 2008-02-06 | 2 | -1/+21 |
* | Smack: Simplified Mandatory Access Control Kernel | Casey Schaufler | 2008-02-05 | 8 | -0/+4095 |
* | capabilities: introduce per-process capability bounding set | Serge E. Hallyn | 2008-02-05 | 1 | -17/+27 |
* | Add 64-bit capability support to the kernel | Andrew Morgan | 2008-02-05 | 2 | -36/+68 |
* | revert "capabilities: clean up file capability reading" | Andrew Morton | 2008-02-05 | 1 | -15/+8 |
* | VFS/Security: Rework inode_getsecurity and callers to return resulting buffer | David P. Quigley | 2008-02-05 | 3 | -31/+18 |
* | [AUDIT] add session id to audit messages | Eric Paris | 2008-02-01 | 2 | -9/+13 |
* | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro | 2008-02-01 | 2 | -4/+4 |
* | [SELinux]: Fix double free in selinux_netlbl_sock_setsid() | Paul Moore | 2008-02-01 | 1 | -1/+0 |
* | security: compile capabilities by default | sergeh@us.ibm.com | 2008-01-29 | 1 | -0/+1 |
* | selinux: make selinux_set_mnt_opts() static | Adrian Bunk | 2008-01-29 | 1 | -2/+2 |
* | SELinux: Add warning messages on network denial due to error | Paul Moore | 2008-01-29 | 3 | -8/+40 |
* | SELinux: Add network ingress and egress control permission checks | Paul Moore | 2008-01-29 | 1 | -122/+280 |
* | SELinux: Allow NetLabel to directly cache SIDs | Paul Moore | 2008-01-29 | 5 | -134/+55 |
* | SELinux: Enable dynamic enable/disable of the network access checks | Paul Moore | 2008-01-29 | 4 | -13/+83 |
* | SELinux: Better integration between peer labeling subsystems | Paul Moore | 2008-01-29 | 6 | -100/+208 |
* | SELinux: Add a new peer class and permissions to the Flask definitions | Paul Moore | 2008-01-29 | 4 | -0/+26 |
* | SELinux: Add a capabilities bitmap to SELinux policy version 22 | Paul Moore | 2008-01-29 | 6 | -8/+185 |
* | SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu... | Paul Moore | 2008-01-29 | 5 | -17/+416 |
* | SELinux: Only store the network interface's ifindex | Paul Moore | 2008-01-29 | 3 | -6/+15 |
* | SELinux: Convert the netif code to use ifindex values | Paul Moore | 2008-01-29 | 6 | -125/+155 |
* | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu... | Paul Moore | 2008-01-29 | 3 | -15/+38 |
* | NetLabel: Add secid token support to the NetLabel secattr struct | Paul Moore | 2008-01-29 | 2 | -6/+9 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -2/+2 |
* | selinux: fix labeling of /proc/net inodes | Stephen Smalley | 2008-01-26 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-01-25 | 8 | -277/+564 |
|\ |
|
| * | selinux: make mls_compute_sid always polyinstantiate | Eamon Walsh | 2008-01-25 | 1 | -9/+2 |
| * | security/selinux: constify function pointer tables and fields | Jan Engelhardt | 2008-01-25 | 2 | -3/+3 |
| * | security: add a secctx_to_secid() hook | David Howells | 2008-01-25 | 3 | -0/+18 |
| * | security: remove security_sb_post_mountroot hook | H. Peter Anvin | 2008-01-25 | 2 | -11/+0 |