aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-01-1011-931/+944
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-01-1010-930/+943
| |\
| | * SELinux: define permissions for DCB netlink messagesEric Paris2010-12-161-0/+2
| | * selinux: cache sidtab_context_to_sid resultsEric Paris2010-12-072-2/+39
| | * SELinux: do not compute transition labels on mountpoint labeled filesystemsEric Paris2010-12-021-1/+4
| | * SELinux: merge policydb_index_classes and policydb_index_othersEric Paris2010-11-301-59/+10
| | * selinux: convert part of the sym_val_to_name array to use flex_arrayEric Paris2010-11-305-68/+127
| | * selinux: convert type_val_to_struct to flex_arrayEric Paris2010-11-303-13/+34
| | * SELinux: do not set automatic i_ino in selinuxfsEric Paris2010-11-301-1/+0
| | * selinux: rework security_netlbl_secattr_to_sidEric Paris2010-11-301-21/+21
| | * SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-171/+157
| | * SELinux: standardize return code handling in selinuxfs.cEric Paris2010-11-301-337/+311
| | * SELinux: standardize return code handling in policydb.cEric Paris2010-11-301-287/+268
| * | Merge branch 'master' into nextJames Morris2011-01-102-17/+21
| |\ \
| * | | security: Define CAP_SYSLOGSerge E. Hallyn2010-11-291-1/+1
| | |/ | |/|
* | | headers: path.h reduxAlexey Dobriyan2011-01-101-1/+0
| |/ |/|
* | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-071-6/+10
|\ \
| * | fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| * | fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0
| * | fs: dcache scale subdirsNick Piggin2011-01-071-2/+10
| |/
* | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller2011-01-051-5/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-5/+1
|\ \ | |/
| * capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-151-5/+1
* | SELinux: indicate fatal error in compat netfilter codeEric Paris2010-11-231-2/+2
* | SELinux: Only return netlink error when we know the return is fatalEric Paris2010-11-231-4/+4
* | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris2010-11-171-8/+8
|/
* convert get_sb_single() usersAl Viro2010-10-291-5/+4
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* selinux: include vmalloc.h for vmalloc_userStephen Rothwell2010-10-211-0/+1
* selinux: implement mmap on /selinux/policyEric Paris2010-10-212-1/+45
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-2112-3/+1256
* SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2010-10-212-3/+2
* SELinux: deterministic ordering of range transition rulesEric Paris2010-10-211-3/+13
* security: secid_to_secctx returns len when data is NULLEric Paris2010-10-211-2/+9
* secmark: make secmark object handling genericEric Paris2010-10-213-49/+25
* security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-211-2/+2
* selinux: fix up style problem on /selinux/statusKaiGai Kohei2010-10-212-11/+7
* selinux: change to new flag variablematt mooney2010-10-211-1/+1
* selinux: really fix dependency causing parallel compile failure.Paul Gortmaker2010-10-212-20/+6
* selinux: fix parallel compile errorPaul Gortmaker2010-10-211-1/+1
* selinux: fast status update interface (/selinux/status)KaiGai Kohei2010-10-215-1/+210
* selinux: type_bounds_sanity_check has a meaningless variable declarationEric Paris2010-10-211-2/+2
* tty: fix fu_list abuseNick Piggin2010-08-181-1/+4
* fs: cleanup files_lock lockingNick Piggin2010-08-181-2/+2
* Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-101-4/+8
|\
| * rlimits: selinux, do rlimits changes under task_lockOleg Nesterov2010-07-161-2/+4
| * rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-161-1/+2
| * rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-161-3/+4
* | SELINUX: Fix build error.Ralf Baechle2010-08-061-1/+1
* | selinux: convert the policy type_attr_map to flex_arrayEric Paris2010-08-023-13/+39