aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Config option to set a default LSMJohn Johansen2009-11-082-3/+38
* sysctl: require CAP_SYS_RAWIO to set mmap_min_addrKees Cook2009-11-081-0/+3
* tomoyo: improve hash bucket dispersionStephen Hemminger2009-10-281-4/+9
* LSM: imbed ima calls in the security hooksMimi Zohar2009-10-242-3/+26
* SELinux: add .gitignore files for dynamic classesEric Paris2009-10-231-0/+2
* security: remove root_plugJames Morris2009-10-204-105/+1
* SELinux: fix locking issue introduced with c6d3aaa4e35c71a3Stephen Smalley2009-10-191-3/+7
* LSM: Add security_path_chroot().Tetsuo Handa2009-10-112-0/+11
* LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa2009-10-112-0/+28
* selinux: drop remapping of netlink classesStephen Smalley2009-10-072-30/+1
* selinux: generate flask headers during kernel buildStephen Smalley2009-10-074-963/+10
* selinux: dynamic class/perm discoveryStephen Smalley2009-10-0715-744/+555
* SELinux: reset the security_ops before flushing the avc cacheEric Paris2009-09-301-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds2009-09-241-1/+1
|\
| * lsm: Use a compressed IPv6 string format in audit eventsPaul Moore2009-09-241-1/+1
* | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov2009-09-241-1/+1
* | cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-232-6/+17
|\
| * SELinux: do not destroy the avc_cache_nodepEric Paris2009-09-231-4/+15
| * KEYS: Have the garbage collector set its timer for live expired keysDavid Howells2009-09-231-2/+2
* | seq_file: constify seq_operationsJames Morris2009-09-232-5/+5
* | Move magic numbers into magic.hNick Black2009-09-231-7/+1
|/
* Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-151-0/+30
|\
| * Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-028-14/+119
| |\
| * | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-011-1/+1
| * | x86, intel_txt: Fix typos in Kconfig helpArnaldo Carvalho de Melo2009-08-141-2/+2
| * | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-211-0/+30
* | | KEYS: Fix garbage collectorDavid Howells2009-09-144-35/+73
* | | KEYS: Unlock tasklist when exiting early from keyctl_session_to_parentMarc Dionne2009-09-141-0/+1
* | | SELinux: flush the avc before disabling SELinuxEric Paris2009-09-131-0/+2
* | | SELinux: seperate avc_cache flushingEric Paris2009-09-131-7/+17
* | | Creds: creds->security can be NULL is selinux is disabledEric Paris2009-09-131-0/+6
* | | Merge branch 'next' into for-linusJames Morris2009-09-1036-460/+1290
|\ \ \
| * | | sysfs: Add labeling support for sysfsDavid P. Quigley2009-09-092-0/+6
| * | | LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley2009-09-094-0/+88
| * | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells2009-09-0210-0/+267
| * | | KEYS: Do some whitespace cleanups [try #6]David Howells2009-09-021-9/+3
| * | | KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn2009-09-021-22/+55
| * | | KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells2009-09-027-4/+322
| * | | KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells2009-09-021-1/+3
| * | | KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...David Howells2009-09-021-1/+7
| * | | KEYS: Deal with dead-type keys appropriately [try #6]David Howells2009-09-024-31/+48
| * | | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-1/+5
| * | | selinux: Support for the new TUN LSM hooksPaul Moore2009-08-315-2/+83
| * | | lsm: Add hooks to the TUN driverPaul Moore2009-08-312-0/+37
| * | | selinux: adjust rules for ATTR_FORCEAmerigo Wang2009-08-201-5/+11
| * | | Merge branch 'master' into nextJames Morris2009-08-192-3/+4
| |\ \ \
| * | | | SELinux: Convert avc_audit to use lsm_audit.hThomas Liu2009-08-169-283/+129
| * | | | SELinux: add selinux_kernel_module_requestEric Paris2009-08-133-0/+8