summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Smack: add support for modification of existing rulesRafal Krypa2013-03-191-79/+170
| * | | | smack: SMACK_MAGIC to include/uapi/linux/magic.hJarkko Sakkinen2013-03-191-5/+0
| * | | | Smack: add missing support for transmute bit in smack_str_from_perm()Rafal Krypa2013-03-191-0/+2
| * | | | Smack: prevent revoke-subject from failing when unseen label is written to itRafal Krypa2013-03-191-3/+1
| * | | | tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2
* | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-291-56/+211
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | devcg: remove parent_cgroup.Rami Rosen2013-04-181-2/+0
| * | | | devcg: remove broken_hierarchy tagTejun Heo2013-04-081-9/+0
| * | | | devcg: propagate local changes down the hierarchyAristeu Rozanski2013-03-201-7/+132
| * | | | devcg: use css_online and css_offlineAristeu Rozanski2013-03-201-17/+42
| * | | | devcg: prepare may_access() for hierarchy supportAristeu Rozanski2013-03-201-18/+31
| * | | | devcg: expand may_access() logicAristeu Rozanski2013-03-201-9/+12
* | | | | selinux: add a skb_owned_by() hookEric Dumazet2013-04-093-0/+18
| |_|_|/ |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-281-3/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | yama: Better permission check for ptracemeEric W. Biederman2013-03-261-3/+1
* | | | selinux: use GFP_ATOMIC under spin_lockDan Carpenter2013-03-191-1/+1
|/ / /
* | | Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers2013-03-121-2/+2
* | | keys: fix race with concurrent install_user_keyrings()David Howells2013-03-121-1/+1
| |/ |/|
* | userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-9/+0
|\
| * selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-15/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2611-42/+32
|\
| * kill f_vfsmntAl Viro2013-02-261-1/+1
| * new helper: file_inode(file)Al Viro2013-02-2210-41/+31
* | block: fix part_pack_uuid() build errorMimi Zohar2013-02-261-5/+6
* | ima: "remove enforce checking duplication" merge fixMimi Zohar2013-02-261-1/+2
* | device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-211-9/+12
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-2118-193/+552
|\ \
| * | ima: digital signature verification using asymmetric keysDmitry Kasatkin2013-02-065-1/+150
| * | ima: rename hash calculation functionsDmitry Kasatkin2013-02-063-9/+9
| * | ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin2013-02-063-38/+41
| * | ima: add policy support for file system uuidDmitry Kasatkin2013-02-061-1/+21
| * | evm: add file system uuid to EVM hmacDmitry Kasatkin2013-02-064-0/+18
| * | ima: differentiate appraise status only for hook specific rulesMimi Zohar2013-01-222-6/+12
| * | ima: per hook cache integrity appraisal statusMimi Zohar2013-01-226-25/+136
| * | ima: increase iint flag sizeMimi Zohar2013-01-221-12/+12
| * | ima: added policy support for 'security.ima' typeDmitry Kasatkin2013-01-224-1/+25
| * | ima: forbid write access to files with digital signaturesDmitry Kasatkin2013-01-161-2/+5
| * | ima: move full pathname resolution to separate functionDmitry Kasatkin2013-01-163-31/+38
| * | integrity: reduce storage size for ima_status and evm_statusDmitry Kasatkin2013-01-161-2/+2
| * | ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar2013-01-164-7/+8
| * | ima: remove security.ima hexdumpDmitry Kasatkin2013-01-161-5/+0
| * | ima: remove enforce checking duplicationDmitry Kasatkin2013-01-161-32/+20
| * | ima: set appraise status in fix mode only when xattr is fixedDmitry Kasatkin2013-01-161-5/+6
| * | evm: remove unused cleanup functionsDmitry Kasatkin2013-01-163-16/+0
| * | ima: re-initialize IMA policy LSM infoMimi Zohar2013-01-161-10/+58
* | | KEYS: Revert one application of "Fix unreachable code" patchDavid Howells2013-02-211-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-285-20/+88
|\ \ \
| * | | tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-144-19/+87