summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-03-04selinux: skip bounded transition processing if the policy isn't loadedPaul Moore1-0/+3
2018-03-04selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore1-10/+8
2018-02-28KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers1-16/+15
2018-01-17ima: fix hash algorithm initializationBoshi Wang1-0/+4
2018-01-17KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers1-2/+2
2017-12-06ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu1-0/+3
2017-12-06security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni1-0/+4
2017-12-06KEYS: return full count in keyring_read() if buffer is too smallEric Biggers1-20/+19
2017-12-06KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-11-05KEYS: don't let add_key() update an uninstantiated keyDavid Howells1-0/+10
2017-11-05lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler1-30/+25
2017-11-04KEYS: prevent KEYCTL_READ on negative keyEric Biggers1-0/+5
2017-11-04KEYS: prevent creating a different user's keyringsEric Biggers4-12/+23
2017-11-04KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers1-9/+5
2017-07-31KEYS: Fix an error code in request_master_key()Dan Carpenter1-1/+1
2017-06-25KEYS: fix freeing uninitialized memory in key_update()Eric Biggers1-3/+2
2017-05-17KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2-24/+31
2017-05-17KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells1-1/+1
2017-05-17KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells1-2/+7
2017-05-17ima: accept previously set IMA_NEW_FILEDaniel Glöckner1-2/+3
2017-03-06selinux: fix off-by-one in setprocattrStephen Smalley1-1/+1
2016-11-23KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells1-1/+1
2016-07-10KEYS: potential uninitialized variableDan Carpenter1-1/+1
2016-04-13KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells3-2/+10
2016-04-13security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2-7/+5
2016-04-11ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+6
2016-03-04EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-01-22KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats1-0/+1
2016-01-22KEYS: Fix race between read and revokeDavid Howells1-9/+9
2016-01-22KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells1-2/+4
2016-01-22KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells1-4/+4
2015-09-21fs: create and use seq_show_option for escapingKees Cook1-1/+1
2015-08-03selinux: fix mprotect PROT_EXEC regression caused by mm changeStephen Smalley1-1/+2
2015-08-03selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore1-0/+6
2015-08-03ima: update builtin policiesMimi Zohar1-9/+56
2015-08-03ima: extend "mask" policy matching supportMimi Zohar1-5/+15
2015-08-03ima: add support for new "euid" policy conditionMimi Zohar1-4/+23
2015-08-03ima: fix ima_show_template_data_ascii()Mimi Zohar3-4/+5
2015-08-03evm: labeling pseudo filesystems exceptionMimi Zohar1-0/+11
2015-08-03ima: do not measure or appraise the NSFS filesystemMimi Zohar1-0/+2
2015-08-03ima: cleanup ima_init_policy() a littleDan Carpenter1-10/+6
2015-08-03ima: skip measurement of cgroupfs files and update documentationRoberto Sassu1-0/+2
2015-08-03KEYS: ensure we free the assoc array edit if edit is validColin Ian King1-3/+5
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman3-16/+13
2015-07-10selinux: fix setting of security labels on NFSJ. Bruce Fields1-0/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-117/+117
2015-04-17tomoyo: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso1-5/+8
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+1
2015-04-15VFS: security/: d_inode() annotationsDavid Howells4-12/+12