summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2009-09-10sysfs: Add labeling support for sysfsDavid P. Quigley-0/+6
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...David P. Quigley-0/+88
2009-09-07IMA: update ima_counts_putMimi Zohar-1/+5
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells-0/+267
2009-09-02KEYS: Do some whitespace cleanups [try #6]David Howells-9/+3
2009-09-02KEYS: Make /proc/keys use keyid not numread as file position [try #6]Serge E. Hallyn-22/+55
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]David Howells-4/+322
2009-09-02KEYS: Flag dead keys to induce EKEYREVOKED [try #6]David Howells-1/+3
2009-09-02KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...David Howells-1/+7
2009-09-02KEYS: Deal with dead-type keys appropriately [try #6]David Howells-31/+48
2009-09-02CRED: Add some configurable debugging [try #6]David Howells-1/+5
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar-14/+119
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang-1/+1
2009-09-01selinux: Support for the new TUN LSM hooksPaul Moore-2/+83
2009-09-01lsm: Add hooks to the TUN driverPaul Moore-0/+37
2009-08-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-0/+4
2009-08-27IMA: iint put in ima_counts_get and putEric Paris-0/+4
2009-08-24ima: hashing large files bug fixMimi Zohar-2/+4
2009-08-21selinux: adjust rules for ATTR_FORCEAmerigo Wang-5/+11
2009-08-20Merge branch 'master' into nextJames Morris-3/+4
2009-08-19security: Fix prompt for LSM_MMAP_MIN_ADDRAndreas Schwab-1/+1
2009-08-19security: Make LSM_MMAP_MIN_ADDR default match its help text.Dave Jones-1/+1
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris-3/+68
2009-08-17SELinux: call cap_file_mmap in selinux_file_mmapEric Paris-1/+13
2009-08-17Capabilities: move cap_file_mmap to commoncap.cEric Paris-9/+30
2009-08-17SELinux: Convert avc_audit to use lsm_audit.hThomas Liu-283/+129
2009-08-14x86, intel_txt: Fix typos in Kconfig helpArnaldo Carvalho de Melo-2/+2
2009-08-14SELinux: add selinux_kernel_module_requestEric Paris-0/+8
2009-08-14security: introducing security_request_moduleEric Paris-0/+11
2009-08-11SELinux: fix memory leakage in /security/selinux/hooks.cJames Morris-1/+2
2009-08-06Security/SELinux: seperate lsm specific mmap_min_addrEric Paris-3/+68
2009-08-06SELinux: call cap_file_mmap in selinux_file_mmapEric Paris-1/+13
2009-08-06Capabilities: move cap_file_mmap to commoncap.cEric Paris-9/+30
2009-08-06security/smack: Use AF_INET for sin_family fieldJulia Lawall-1/+1
2009-07-21x86, intel_txt: Intel TXT boot supportJoseph Cihula-0/+30
2009-07-17kernel: rename is_single_threaded(task) to current_is_single_threaded(void)Oleg Nesterov-2/+2
2009-07-13Revert "SELinux: Convert avc_audit to use lsm_audit.h"James Morris-134/+297
2009-07-13SELinux: Convert avc_audit to use lsm_audit.hThomas Liu-297/+134
2009-07-10security: Make lsm_priv union in lsm_audit.h anonymousThomas Liu-6/+6
2009-07-10Move variable function in lsm_audit.h into SMACK private spaceThomas Liu-4/+5
2009-06-30Merge branch 'master' into nextJames Morris-2/+30
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar-1/+28
2009-06-29integrity: ima audit hash_exists fixMimi Zohar-1/+2
2009-06-25selinux: clean up avc node cache when disabling selinuxThomas Liu-0/+12
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar-12/+12
2009-06-25keys: annotate seqfile ops with __releases and __acquiresJames Morris-0/+4
2009-06-23selinux: restore optimization to selinux_file_permissionStephen Smalley-5/+10
2009-06-19TOMOYO: Remove next_domain from tomoyo_find_next_domain().Tetsuo Handa-15/+8
2009-06-19TOMOYO: Move tomoyo_delete_domain().Tetsuo Handa-34/+30
2009-06-19Merge branch 'master' into nextJames Morris-446/+1698