summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2010-05-05ima: remove ACPI dependencyMimi Zohar
2010-04-28selinux: generalize disabling of execmem for plt-in-heap archsStephen Smalley
2010-04-27LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONEEric Paris
2010-04-26SMACK: Don't #include Ext2 headersDavid Howells
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-04-22mmap_min_addr check CAP_SYS_RAWIO only for writeKees Cook
2010-04-22IMA: include the word IMA in printk messagesEric Paris
2010-04-20IMA: drop the word integrity in the audit messageEric Paris
2010-04-20IMA: use audit_log_untrusted_string rather than %sEric Paris
2010-04-20IMA: handle comments in policyEric Paris
2010-04-20IMA: handle whitespace betterEric Paris
2010-04-20IMA: reject policies with unknown entriesEric Paris
2010-04-20IMA: set entry->action to UNKNOWN rather than hard codingEric Paris
2010-04-20IMA: do not allow the same rule to specify the same thing twiceEric Paris
2010-04-20ima: handle multiple rules per writeEric Paris
2010-04-20SELinux: return error codes on policy load failureEric Paris
2010-04-19Security: Fix the comment of cap_file_mmap()wzt.wzt@gmail.com
2010-04-12security: remove dead hook acctEric Paris
2010-04-12security: remove dead hook key_session_to_parentEric Paris
2010-04-12security: remove dead hook task_setgroupsEric Paris
2010-04-12security: remove dead hook task_setgidEric Paris
2010-04-12security: remove dead hook task_setuidEric Paris
2010-04-12security: remove dead hook cred_commitEric Paris
2010-04-12security: remove dead hook inode_deleteEric Paris
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris
2010-04-12security: remove dead hook sb_post_addmountEric Paris
2010-04-12security: remove dead hook sb_post_remountEric Paris
2010-04-12security: remove dead hook sb_umount_busyEric Paris
2010-04-12security: remove dead hook sb_umount_closeEric Paris
2010-04-12security: remove sb_check_sb hooksEric Paris
2010-04-09Security: Fix coding style in security/wzt.wzt@gmail.com
2010-04-07SMACK: remove dead cred_commit hookEric Paris
2010-04-07selinux: always call sk_security_struct sksecEric Paris
2010-03-30Merge branch 'master' into nextJames Morris
2010-03-15SELinux: Reduce max avtab size to avoid page allocation failuresStephen Smalley
2010-03-14tomoyo: fix potential use after freeDan Carpenter
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten
2010-03-09Security: key: keyring: fix some code style issuesChihau Chau
2010-03-09Merge branch 'next-queue' into nextJames Morris
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-03-07selinux: const strings in tablesStephen Hemminger
2010-03-04Security: Fix some coding styles in security/keys/keyring.cwzt.wzt@gmail.com
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-03-03Selinux: Remove unused headers skbuff.h in selinux/nlmsgtab.cwzt.wzt@gmail.com
2010-03-03get rid of ->mnt_parent in tomoyo/realpathAl Viro
2010-03-03get rid of insanity with namespace roots in tomoyoAl Viro
2010-03-03fix mnt_mountpoint abuse in smackAl Viro
2010-03-02Selinux: Remove unused headers slab.h in selinux/ss/symtab.cwzt.wzt@gmail.com
2010-03-02Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com
2010-03-02TOMOYO: Remove unused variables.Tetsuo Handa