summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa2014-07-241-42/+30
* | | | | Merge tag 'seccomp-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...James Morris2014-07-191-2/+2
|\ \ \ \ \
| * | | | | sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-2/+2
| |/ / / /
* | | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-07-1911-160/+101
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-267-42/+23
| * | | selinux: no recursive read_lock of policy_rwlock in security_genfs_sid()Waiman Long2014-06-231-9/+32
| * | | selinux: fix a possible memory leak in cond_read_node()Namhyung Kim2014-06-191-1/+1
| * | | selinux: simple cleanup for cond_read_node()Namhyung Kim2014-06-191-7/+2
| * | | security: Used macros from compiler.h instead of __attribute__((...))Gideon Israel Dsouza2014-06-181-1/+2
| * | | selinux: introduce str_read() helperNamhyung Kim2014-06-181-96/+37
| * | | SELinux: use ARRAY_SIZEHimangi Saraogi2014-06-171-4/+4
* | | | ima: provide double buffering for hash calculationDmitry Kasatkin2014-07-171-16/+49
* | | | ima: introduce multi-page collect buffersDmitry Kasatkin2014-07-171-2/+96
* | | | ima: use ahash API for file hash calculationDmitry Kasatkin2014-07-171-4/+183
* | | | audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs2014-07-172-4/+4
* | | | ima: delay template descriptor lookup until useDmitry Kasatkin2014-07-171-1/+2
* | | | ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()Dmitry Kasatkin2014-07-171-4/+0
| |/ / |/| |
* | | Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-07-171-2/+11
|\ \ \ | | |/ | |/|
| * | selinux: fix the default socket labeling in sock_graft()Paul Moore2014-07-101-2/+11
| |/
| * Merge tag 'v3.15' into nextPaul Moore2014-06-1734-235/+376
| |\
| * | selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-05-151-0/+3
| * | selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-05-151-0/+2
| * | selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-05-151-2/+4
| * | selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-05-013-5/+11
| * | Merge tag 'v3.14' into nextPaul Moore2014-03-3117-158/+260
| |\ \
| * | | selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-03-051-9/+27
| * | | selinux: put the mmap() DAC controls before the MAC controlsPaul Moore2014-02-281-12/+8
| * | | Merge tag 'v3.13' into nextPaul Moore2014-01-2354-1239/+2802
| |\ \ \
* | \ \ \ Merge branch 'serge-next-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-137-28/+114
|\ \ \ \ \
| * | | | | ima: introduce ima_kernel_read()Dmitry Kasatkin2014-06-121-1/+31
| * | | | | evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar2014-06-121-2/+10
| * | | | | ima: check inode integrity cache in violation checkDmitry Kasatkin2014-06-121-2/+7
| * | | | | ima: prevent unnecessary policy checkingDmitry Kasatkin2014-06-121-9/+4
| * | | | | evm: provide option to protect additional SMACK xattrsDmitry Kasatkin2014-06-122-0/+22
| * | | | | evm: replace HMAC version with attribute maskDmitry Kasatkin2014-06-124-11/+33
| * | | | | ima: prevent new digsig xattr from being replacedMimi Zohar2014-06-121-3/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-243-58/+159
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-3/+3
| |\ \ \ \ \
| * | | | | | audit: add netlink audit protocol bind to check capabilities on multicast joinRichard Guy Briggs2014-04-221-1/+1
* | | | | | | Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-1023-133/+382
|\ \ \ \ \ \ \
| * | | | | | | ima: audit log files opened with O_DIRECT flagMimi Zohar2014-06-034-3/+19
| * | | | | | | selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-06-031-0/+3
| * | | | | | | selinux: conditionally reschedule in mls_convert_context while loading selinu...Dave Jones2014-06-031-0/+2
| * | | | | | | selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESPaul Moore2014-06-031-2/+4
| * | | | | | | selinux: Report permissive mode in avc: denied messages.Stephen Smalley2014-06-033-5/+11
| * | | | | | | Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...James Morris2014-05-204-73/+297
| |\ \ \ \ \ \ \
| | * | | | | | | Warning in scanf string typingToralf Förster2014-05-061-1/+1
| | * | | | | | | Smack: Label cgroup files for systemdCasey Schaufler2014-04-301-12/+18
| | * | | | | | | Smack: Verify read access on file open - v3Casey Schaufler2014-04-231-3/+16
OpenPOWER on IntegriCloud