| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: fix labeling of /proc/net inodes | Stephen Smalley | 2008-01-26 | 1 | -0/+3 |
* | 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 | 1 | -1/+1 |
* | security: add a secctx_to_secid() hook | David Howells | 2008-01-25 | 1 | -0/+6 |
* | Security: add get, set, and cloning of superblock security information | Eric Paris | 2008-01-25 | 2 | -254/+495 |
* | security/selinux: Add missing "space" | Joe Perches | 2008-01-25 | 1 | -1/+1 |
* | selinux: fix memory leak in netlabel code | Paul Moore | 2008-01-22 | 2 | -4/+5 |
* | SELinux: detect dead booleans | Stephen Smalley | 2007-12-06 | 1 | -13/+30 |
* | SELinux: do not clear f_op when removing entries | Stephen Smalley | 2007-12-06 | 1 | -27/+1 |
* | SELinux: add more validity checks on policy load | Stephen Smalley | 2007-11-08 | 7 | -38/+118 |
* | SELinux: fix bug in new ebitmap code. | KaiGai Kohei | 2007-11-08 | 1 | -1/+1 |
* | SELinux: suppress a warning for 64k pages. | Stephen Rothwell | 2007-11-08 | 1 | -6/+7 |
* | SELinux: always check SIGCHLD in selinux_task_wait | Eric Paris | 2007-10-23 | 1 | -5/+1 |
* | sparse pointer use of zero as null | Stephen Hemminger | 2007-10-18 | 1 | -1/+1 |
* | security/ cleanups | Adrian Bunk | 2007-10-17 | 1 | -20/+0 |
* | Implement file posix capabilities | Serge E. Hallyn | 2007-10-17 | 1 | -27/+47 |
* | security: Convert LSM into a static interface | James Morris | 2007-10-17 | 2 | -2/+1 |
* | SELinux: kills warnings in Improve SELinux performance when AVC misses | KaiGai Kohei | 2007-10-17 | 2 | -6/+7 |
* | SELinux: improve performance when AVC misses. | KaiGai Kohei | 2007-10-17 | 4 | -237/+303 |
* | SELinux: policy selectable handling of unknown classes and perms | Eric Paris | 2007-10-17 | 5 | -9/+106 |
* | SELinux: Improve read/write performance | Yuichi Nakamura | 2007-10-17 | 4 | -1/+61 |
* | SELinux: tune avtab to reduce memory usage | Yuichi Nakamura | 2007-10-17 | 4 | -36/+82 |
* | [SELINUX]: Update for netfilter ->hook() arg changes. | David S. Miller | 2007-10-15 | 1 | -6/+5 |
* | [INET]: local port range robustness | Stephen Hemminger | 2007-10-10 | 1 | -17/+22 |
* | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 2007-10-10 | 1 | -2/+3 |
* | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 2007-10-10 | 1 | -0/+4 |
* | SELinux: fix array out of bounds when mounting with selinux options | Eric Paris | 2007-09-20 | 1 | -0/+2 |
* | SELinux: clear parent death signal on SID transitions | Stephen Smalley | 2007-08-30 | 1 | -0/+3 |
* | fix NULL pointer dereference in __vm_enough_memory() | Alan Cox | 2007-08-22 | 1 | -2/+2 |
* | SELinux: correct error code in selinux_audit_rule_init | Steve G | 2007-08-16 | 1 | -1/+1 |
* | SELinux: remove redundant pointer checks before calling kfree() | Paul Moore | 2007-08-02 | 1 | -2/+1 |
* | SELinux: restore proper NetLabel caching behavior | Paul Moore | 2007-08-02 | 1 | -4/+12 |
* | Typo fixes errror -> error | Gabriel Craciunescu | 2007-07-31 | 1 | -1/+1 |
* | SELinux: null-terminate context string in selinux_xfrm_sec_ctx_alloc | Venkat Yekkirala | 2007-07-25 | 1 | -1/+2 |
* | SELinux: fix memory leak in security_netlbl_cache_add() | Jesper Juhl | 2007-07-23 | 1 | -1/+3 |
* | [PATCH] get rid of AVC_PATH postponed treatment | Al Viro | 2007-07-22 | 1 | -7/+8 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 3 | -3/+3 |
* | SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel | Paul Moore | 2007-07-19 | 2 | -31/+31 |
* | SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement | Paul Moore | 2007-07-19 | 1 | -0/+8 |
* | Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check | Satyam Sharma | 2007-07-17 | 1 | -1/+1 |
* | Audit: add TTY input auditing | Miloslav Trmac | 2007-07-16 | 1 | -0/+2 |
* | Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for Ne... | Linus Torvalds | 2007-07-13 | 2 | -24/+31 |
* | SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel | Paul Moore | 2007-07-11 | 2 | -31/+24 |
* | security: Protection for exploiting null dereference using mmap | Eric Paris | 2007-07-11 | 5 | -4/+12 |
* | SELinux: Use %lu for inode->i_no when printing avc | Tobias Oed | 2007-07-11 | 1 | -1/+1 |
* | SELinux: allow preemption between transition permission checks | Stephen Smalley | 2007-07-11 | 4 | -29/+45 |
* | selinux: introduce schedule points in policydb_destroy() | Eric Paris | 2007-07-11 | 1 | -0/+7 |
* | selinux: add selinuxfs structure for object class discovery | Christopher J. PeBenito | 2007-07-11 | 2 | -0/+250 |
* | selinux: change sel_make_dir() to specify inode counter. | Christopher J. PeBenito | 2007-07-11 | 1 | -5/+6 |
* | selinux: rename sel_remove_bools() for more general usage. | Christopher J. PeBenito | 2007-07-11 | 1 | -5/+4 |