Age | Commit message (Expand) | Author | Files | Lines |
2008-04-10 | SELinux: don't BUG if fs reuses a superblock | Eric Paris | 1 | -4/+4 |
2008-04-08 | SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code | Stephen Smalley | 3 | -9/+13 |
2008-04-04 | selinux: prevent rentry into the FS | Josef Bacik | 1 | -2/+2 |
2008-04-02 | selinux: handle files opened with flags 3 by checking ioctl permission | Stephen Smalley | 1 | -0/+6 |
2008-03-18 | make selinux_parse_opts_str() static | Adrian Bunk | 1 | -1/+2 |
2008-03-06 | LSM/SELinux: Interfaces to allow FS to control mount options | Eric Paris | 2 | -81/+99 |
2008-02-15 | d_path: Use struct path in struct avc_audit_data | Jan Blunck | 3 | -25/+24 |
2008-02-15 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -2/+2 |
2008-02-11 | selinux: support 64-bit capabilities | Stephen Smalley | 5 | -2/+27 |
2008-02-06 | SELinux: Remove security_get_policycaps() | Paul Moore | 2 | -34/+0 |
2008-02-05 | VFS/Security: Rework inode_getsecurity and callers to return resulting buffer | David P. Quigley | 1 | -28/+15 |
2008-02-01 | [AUDIT] add session id to audit messages | Eric Paris | 2 | -9/+13 |
2008-02-01 | [PATCH] switch audit_get_loginuid() to task_struct * | Al Viro | 2 | -4/+4 |
2008-02-01 | [SELinux]: Fix double free in selinux_netlbl_sock_setsid() | Paul Moore | 1 | -1/+0 |
2008-01-30 | selinux: make selinux_set_mnt_opts() static | Adrian Bunk | 1 | -2/+2 |
2008-01-30 | SELinux: Add warning messages on network denial due to error | Paul Moore | 3 | -8/+40 |
2008-01-30 | SELinux: Add network ingress and egress control permission checks | Paul Moore | 1 | -122/+280 |
2008-01-30 | SELinux: Allow NetLabel to directly cache SIDs | Paul Moore | 5 | -134/+55 |
2008-01-30 | SELinux: Enable dynamic enable/disable of the network access checks | Paul Moore | 4 | -13/+83 |
2008-01-30 | SELinux: Better integration between peer labeling subsystems | Paul Moore | 6 | -100/+208 |
2008-01-30 | SELinux: Add a new peer class and permissions to the Flask definitions | Paul Moore | 4 | -0/+26 |
2008-01-30 | SELinux: Add a capabilities bitmap to SELinux policy version 22 | Paul Moore | 6 | -8/+185 |
2008-01-30 | SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu... | Paul Moore | 5 | -17/+416 |
2008-01-30 | SELinux: Only store the network interface's ifindex | Paul Moore | 3 | -6/+15 |
2008-01-30 | SELinux: Convert the netif code to use ifindex values | Paul Moore | 6 | -125/+155 |
2008-01-30 | NetLabel: Add IP address family information to the netlbl_skbuff_getattr() fu... | Paul Moore | 3 | -15/+38 |
2008-01-30 | NetLabel: Add secid token support to the NetLabel secattr struct | Paul Moore | 2 | -6/+9 |
2008-01-29 | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 1 | -2/+2 |
2008-01-26 | selinux: fix labeling of /proc/net inodes | Stephen Smalley | 1 | -0/+3 |
2008-01-25 | selinux: make mls_compute_sid always polyinstantiate | Eamon Walsh | 1 | -9/+2 |
2008-01-25 | security/selinux: constify function pointer tables and fields | Jan Engelhardt | 1 | -1/+1 |
2008-01-25 | security: add a secctx_to_secid() hook | David Howells | 1 | -0/+6 |
2008-01-25 | Security: add get, set, and cloning of superblock security information | Eric Paris | 2 | -254/+495 |
2008-01-25 | security/selinux: Add missing "space" | Joe Perches | 1 | -1/+1 |
2008-01-22 | selinux: fix memory leak in netlabel code | Paul Moore | 2 | -4/+5 |
2007-12-05 | SELinux: detect dead booleans | Stephen Smalley | 1 | -13/+30 |
2007-12-05 | SELinux: do not clear f_op when removing entries | Stephen Smalley | 1 | -27/+1 |
2007-11-08 | SELinux: add more validity checks on policy load | Stephen Smalley | 7 | -38/+118 |
2007-11-08 | SELinux: fix bug in new ebitmap code. | KaiGai Kohei | 1 | -1/+1 |
2007-11-08 | SELinux: suppress a warning for 64k pages. | Stephen Rothwell | 1 | -6/+7 |
2007-10-23 | SELinux: always check SIGCHLD in selinux_task_wait | Eric Paris | 1 | -5/+1 |
2007-10-19 | sparse pointer use of zero as null | Stephen Hemminger | 1 | -1/+1 |
2007-10-17 | security/ cleanups | Adrian Bunk | 1 | -20/+0 |
2007-10-17 | Implement file posix capabilities | Serge E. Hallyn | 1 | -27/+47 |
2007-10-17 | security: Convert LSM into a static interface | James Morris | 2 | -2/+1 |
2007-10-17 | SELinux: kills warnings in Improve SELinux performance when AVC misses | KaiGai Kohei | 2 | -6/+7 |
2007-10-17 | SELinux: improve performance when AVC misses. | KaiGai Kohei | 4 | -237/+303 |
2007-10-17 | SELinux: policy selectable handling of unknown classes and perms | Eric Paris | 5 | -9/+106 |
2007-10-17 | SELinux: Improve read/write performance | Yuichi Nakamura | 4 | -1/+61 |
2007-10-17 | SELinux: tune avtab to reduce memory usage | Yuichi Nakamura | 4 | -36/+82 |