| Commit message (Expand) | Author | Age | Files | Lines |
* | CRED: Fix BUG() upon security_cred_alloc_blank() failure | Tetsuo Handa | 2011-02-07 | 1 | -1/+5 |
* | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 2011-01-24 | 2 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2011-01-10 | 11 | -931/+944 |
|\ |
|
| * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2011-01-10 | 10 | -930/+943 |
| |\ |
|
| | * | SELinux: define permissions for DCB netlink messages | Eric Paris | 2010-12-16 | 1 | -0/+2 |
| | * | selinux: cache sidtab_context_to_sid results | Eric Paris | 2010-12-07 | 2 | -2/+39 |
| | * | SELinux: do not compute transition labels on mountpoint labeled filesystems | Eric Paris | 2010-12-02 | 1 | -1/+4 |
| | * | SELinux: merge policydb_index_classes and policydb_index_others | Eric Paris | 2010-11-30 | 1 | -59/+10 |
| | * | selinux: convert part of the sym_val_to_name array to use flex_array | Eric Paris | 2010-11-30 | 5 | -68/+127 |
| | * | selinux: convert type_val_to_struct to flex_array | Eric Paris | 2010-11-30 | 3 | -13/+34 |
| | * | SELinux: do not set automatic i_ino in selinuxfs | Eric Paris | 2010-11-30 | 1 | -1/+0 |
| | * | selinux: rework security_netlbl_secattr_to_sid | Eric Paris | 2010-11-30 | 1 | -21/+21 |
| | * | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 2010-11-30 | 1 | -171/+157 |
| | * | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 2010-11-30 | 1 | -337/+311 |
| | * | SELinux: standardize return code handling in policydb.c | Eric Paris | 2010-11-30 | 1 | -287/+268 |
| * | | Merge branch 'master' into next | James Morris | 2011-01-10 | 2 | -17/+21 |
| |\ \ |
|
| * | | | security: Define CAP_SYSLOG | Serge E. Hallyn | 2010-11-29 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | headers: path.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -1/+0 |
| |/
|/| |
|
* | | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-07 | 1 | -6/+10 |
|\ \ |
|
| * | | fs: dcache rationalise dget variants | Nick Piggin | 2011-01-07 | 1 | -1/+1 |
| * | | fs: dcache remove dcache_lock | Nick Piggin | 2011-01-07 | 1 | -4/+0 |
| * | | fs: dcache scale subdirs | Nick Piggin | 2011-01-07 | 1 | -2/+10 |
| |/ |
|
* | | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. | David S. Miller | 2011-01-05 | 1 | -5/+5 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-26 | 1 | -5/+1 |
|\ \
| |/ |
|
| * | capabilities/syslog: open code cap_syslog logic to fix build failure | Eric Paris | 2010-11-15 | 1 | -5/+1 |
* | | SELinux: indicate fatal error in compat netfilter code | Eric Paris | 2010-11-23 | 1 | -2/+2 |
* | | SELinux: Only return netlink error when we know the return is fatal | Eric Paris | 2010-11-23 | 1 | -4/+4 |
* | | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal error | Eric Paris | 2010-11-17 | 1 | -8/+8 |
|/ |
|
* | convert get_sb_single() users | Al Viro | 2010-10-29 | 1 | -5/+4 |
* | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 1 | -0/+1 |
* | selinux: include vmalloc.h for vmalloc_user | Stephen Rothwell | 2010-10-21 | 1 | -0/+1 |
* | selinux: implement mmap on /selinux/policy | Eric Paris | 2010-10-21 | 2 | -1/+45 |
* | SELinux: allow userspace to read policy back out of the kernel | Eric Paris | 2010-10-21 | 12 | -3/+1256 |
* | SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE | Eric Paris | 2010-10-21 | 2 | -3/+2 |
* | SELinux: deterministic ordering of range transition rules | Eric Paris | 2010-10-21 | 1 | -3/+13 |
* | security: secid_to_secctx returns len when data is NULL | Eric Paris | 2010-10-21 | 1 | -2/+9 |
* | secmark: make secmark object handling generic | Eric Paris | 2010-10-21 | 3 | -49/+25 |
* | security: remove unused parameter from security_task_setscheduler() | KOSAKI Motohiro | 2010-10-21 | 1 | -2/+2 |
* | selinux: fix up style problem on /selinux/status | KaiGai Kohei | 2010-10-21 | 2 | -11/+7 |
* | selinux: change to new flag variable | matt mooney | 2010-10-21 | 1 | -1/+1 |
* | selinux: really fix dependency causing parallel compile failure. | Paul Gortmaker | 2010-10-21 | 2 | -20/+6 |
* | selinux: fix parallel compile error | Paul Gortmaker | 2010-10-21 | 1 | -1/+1 |
* | selinux: fast status update interface (/selinux/status) | KaiGai Kohei | 2010-10-21 | 5 | -1/+210 |
* | selinux: type_bounds_sanity_check has a meaningless variable declaration | Eric Paris | 2010-10-21 | 1 | -2/+2 |
* | tty: fix fu_list abuse | Nick Piggin | 2010-08-18 | 1 | -1/+4 |
* | fs: cleanup files_lock locking | Nick Piggin | 2010-08-18 | 1 | -2/+2 |
* | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 1 | -4/+8 |
|\ |
|
| * | rlimits: selinux, do rlimits changes under task_lock | Oleg Nesterov | 2010-07-16 | 1 | -2/+4 |
| * | rlimits: add task_struct to update_rlimit_cpu | Jiri Slaby | 2010-07-16 | 1 | -1/+2 |
| * | rlimits: security, add task_struct to setrlimit | Jiri Slaby | 2010-07-16 | 1 | -3/+4 |