| Commit message (Expand) | Author | Age | Files | Lines |
* | smack: Add a new '-CIPSO' option to the network address label configuration | Etienne Basset | 2009-03-28 | 4 | -10/+45 |
* | netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections | Paul Moore | 2009-03-28 | 2 | -118/+143 |
* | lsm: Remove the socket_post_accept() hook | Paul Moore | 2009-03-28 | 2 | -10/+0 |
* | selinux: Remove the "compat_net" compatibility code | Paul Moore | 2009-03-28 | 2 | -214/+7 |
* | netlabel: Label incoming TCP connections correctly in SELinux | Paul Moore | 2009-03-28 | 4 | -187/+82 |
* | TOMOYO: Fix a typo. | Tetsuo Handa | 2009-03-27 | 1 | -1/+1 |
* | smack: convert smack to standard linux lists | Etienne Basset | 2009-03-25 | 4 | -122/+168 |
* | Merge branch 'master' into next | James Morris | 2009-03-24 | 2 | -38/+14 |
|\ |
|
| * | smack: fixes for unlabeled host support | etienne | 2009-03-04 | 2 | -50/+57 |
| * | selinux: Fix a panic in selinux_netlbl_inode_permission() | Paul Moore | 2009-03-01 | 1 | -2/+3 |
| * | selinux: Fix the NetLabel glue code for setsockopt() | Paul Moore | 2009-02-23 | 1 | -1/+3 |
* | | SELinux: inode_doinit_with_dentry drop no dentry printk | Eric Paris | 2009-03-09 | 1 | -3/+9 |
* | | SELinux: new permission between tty audit and audit socket | Eric Paris | 2009-03-05 | 3 | -1/+3 |
* | | SELinux: open perm for sock files | Eric Paris | 2009-03-05 | 3 | -0/+4 |
* | | smack: fixes for unlabeled host support | etienne | 2009-03-04 | 1 | -15/+49 |
* | | keys: make procfiles per-user-namespace | Serge E. Hallyn | 2009-02-27 | 1 | -6/+49 |
* | | keys: skip keys from another user namespace | Serge E. Hallyn | 2009-02-27 | 1 | -0/+3 |
* | | keys: consider user namespace in key_permission | Serge E. Hallyn | 2009-02-27 | 1 | -0/+5 |
* | | keys: distinguish per-uid keys in different namespaces | Serge E. Hallyn | 2009-02-27 | 5 | -5/+16 |
* | | integrity: ima iint radix_tree_lookup locking fix | Mimi Zohar | 2009-02-22 | 1 | -0/+2 |
* | | TOMOYO: Do not call tomoyo_realpath_init unless registered. | Tetsuo Handa | 2009-02-22 | 3 | -6/+5 |
* | | integrity: ima scatterlist bug fix | Mimi Zohar | 2009-02-20 | 1 | -2/+2 |
* | | smack: fix lots of kernel-doc notation | Randy Dunlap | 2009-02-19 | 3 | -37/+34 |
* | | TOMOYO: Don't create securityfs entries unless registered. | Tetsuo Handa | 2009-02-15 | 1 | -0/+4 |
* | | TOMOYO: Fix exception policy read failure. | Tetsuo Handa | 2009-02-14 | 1 | -1/+1 |
* | | SELinux: convert the avc cache hash list to an hlist | Eric Paris | 2009-02-13 | 1 | -20/+27 |
* | | SELinux: code readability with avc_cache | Eric Paris | 2009-02-13 | 1 | -19/+44 |
* | | SELinux: remove unused av.decided field | Eric Paris | 2009-02-13 | 4 | -14/+6 |
* | | SELinux: more careful use of avd in avc_has_perm_noaudit | Eric Paris | 2009-02-13 | 1 | -19/+24 |
* | | SELinux: remove the unused ae.used | Eric Paris | 2009-02-13 | 1 | -21/+7 |
* | | SELinux: check seqno when updating an avc_node | Eric Paris | 2009-02-13 | 1 | -3/+6 |
* | | SELinux: NULL terminate al contexts from disk | Eric Paris | 2009-02-13 | 1 | -2/+4 |
* | | SELinux: better printk when file with invalid label found | Eric Paris | 2009-02-13 | 1 | -4/+13 |
* | | SELinux: call capabilities code directory | Eric Paris | 2009-02-13 | 1 | -17/+13 |
* | | ima: fix build error | Randy Dunlap | 2009-02-12 | 1 | -2/+2 |
* | | tomoyo: fix sparse warning | Tetsuo Handa | 2009-02-12 | 1 | -4/+4 |
* | | security: change link order of LSMs so security=tomoyo works | James Morris | 2009-02-12 | 1 | -1/+1 |
* | | Kconfig and Makefile | Kentaro Takeda | 2009-02-12 | 4 | -0/+15 |
* | | LSM adapter functions. | Kentaro Takeda | 2009-02-12 | 2 | -0/+399 |
* | | Domain transition handler. | Kentaro Takeda | 2009-02-12 | 1 | -0/+878 |
* | | File operation restriction part. | Kentaro Takeda | 2009-02-12 | 1 | -0/+1241 |
* | | Common functions for TOMOYO Linux. | Kentaro Takeda | 2009-02-12 | 2 | -0/+2561 |
* | | Memory and pathname management functions. | Kentaro Takeda | 2009-02-12 | 2 | -0/+550 |
* | | integrity: audit update | Mimi Zohar | 2009-02-11 | 6 | -21/+25 |
* | | Merge branch 'master' into next | James Morris | 2009-02-06 | 11 | -39/+170 |
|\| |
|
| * | smackfs load append mode fix | Casey Schaufler | 2009-01-28 | 1 | -1/+1 |
| * | security: introduce missing kfree | Vegard Nossum | 2009-01-17 | 1 | -0/+1 |
| * | [CVE-2009-0029] System call wrappers part 28 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
| * | [CVE-2009-0029] System call wrappers part 27 | Heiko Carstens | 2009-01-14 | 1 | -9/+9 |
| * | remove lots of double-semicolons | Fernando Carrijo | 2009-01-08 | 1 | -1/+1 |