summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* apparmor: remove sid from profilesJohn Johansen2013-04-284-21/+11Star
* apparmor: move perm defines into policy_unpackJohn Johansen2013-04-282-2/+3
* apparmor: misc cleanup of matchJohn Johansen2013-04-282-8/+14
* apparmor: relax the restrictions on setting rlimitsJohn Johansen2013-04-281-3/+12
* apparmor: remove "permipc" commandJohn Johansen2013-04-283-9/+0Star
* apparmor: use common fn to clear task_context for domain transitionsJohn Johansen2013-04-283-16/+20
* apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen2013-04-283-8/+22
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-284-32/+49
* apparmor: fix error code to failure message mapping for name lookupJohn Johansen2013-04-281-1/+1
* apparmor: refactor profile mode macrosJohn Johansen2013-04-281-6/+6
* apparmor: Remove -W1 warningsJohn Johansen2013-04-282-6/+0Star
* apparmor: fix auditing of domain transition failures due to incomplete policyJohn Johansen2013-04-281-0/+2
* ima: eliminate passing d_name.name to process_measurement()Mimi Zohar2013-04-181-9/+5Star
* Smack: include magic.h in smackfs.cCasey Schaufler2013-04-031-0/+1
* selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-023-7/+39
* Fix NULL pointer dereference in smack_inode_unlink() and smack_inode_rmdir()Igor Zhbanov2013-03-191-2/+2
* 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/+0Star
* 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/+1Star
* tomoyo: use DEFINE_SRCU() to define tomoyo_ssLai Jiangshan2013-03-181-3/+2Star
* userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-9/+0Star
|\
| * selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0Star
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-15/+7Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2711-42/+32Star
|\
| * kill f_vfsmntAl Viro2013-02-261-1/+1
| * new helper: file_inode(file)Al Viro2013-02-2310-41/+31Star
* | block: fix part_pack_uuid() build errorMimi Zohar2013-02-251-5/+6
* | ima: "remove enforce checking duplication" merge fixMimi Zohar2013-02-251-1/+2
* | device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-221-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-075-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/+0Star
| * | ima: remove enforce checking duplicationDmitry Kasatkin2013-01-161-32/+20Star
| * | 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/+0Star
| * | ima: re-initialize IMA policy LSM infoMimi Zohar2013-01-161-10/+58