summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | TOMOYO: Update LSM flags to no longer be exclusiveKees Cook2019-01-081-1/+1
| * | | LSM: Infrastructure management of the ipc security blobCasey Schaufler2019-01-085-121/+108
| * | | Smack: Abstract use of ipc security blobsCasey Schaufler2019-01-082-5/+20
| * | | SELinux: Abstract use of ipc security blobsCasey Schaufler2019-01-082-9/+22
| * | | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-083-27/+60
| * | | LSM: Infrastructure management of the inode securityCasey Schaufler2019-01-085-98/+90
| * | | Smack: Abstract use of inode security blobCasey Schaufler2019-01-082-18/+23
| * | | SELinux: Abstract use of inode security blobCasey Schaufler2019-01-083-15/+21
| * | | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-087-51/+71
| * | | Smack: Abstract use of file security blobCasey Schaufler2019-01-082-4/+13
| * | | SELinux: Abstract use of file security blobCasey Schaufler2019-01-082-9/+14
| * | | Infrastructure management of the cred security blobCasey Schaufler2019-01-0810-102/+150
| * | | TOMOYO: Abstract use of cred security blobCasey Schaufler2019-01-084-16/+64
| * | | AppArmor: Abstract use of cred security blobCasey Schaufler2019-01-084-10/+24
| * | | SELinux: Remove unused selinux_is_enabledCasey Schaufler2019-01-085-29/+1
| * | | SELinux: Remove cred security blob poisoningCasey Schaufler2019-01-081-6/+0
| * | | SELinux: Abstract use of cred security blobCasey Schaufler2019-01-083-29/+34
| * | | Smack: Abstract use of cred security blobCasey Schaufler2019-01-084-43/+53
| * | | procfs: add smack subdir to attrsCasey Schaufler2019-01-081-4/+20
| * | | capability: Initialize as LSM_ORDER_FIRSTKees Cook2019-01-082-6/+8
| * | | LSM: Introduce enum lsm_orderKees Cook2019-01-081-1/+8
| * | | Yama: Initialize as ordered LSMKees Cook2019-01-083-3/+8
| * | | LoadPin: Initialize as ordered LSMKees Cook2019-01-083-40/+8
| * | | LSM: Split LSM preparation from initializationKees Cook2019-01-081-6/+15
| * | | LSM: Add all exclusive LSMs to ordered initializationCasey Schaufler2019-01-081-25/+20
| * | | selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUEKees Cook2019-01-082-19/+1
| * | | apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook2019-01-082-17/+1
| * | | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-085-4/+16
| * | | LSM: Refactor "security=" in terms of enable/disableKees Cook2019-01-081-8/+20
| * | | LSM: Prepare for reorganizing "security=" logicKees Cook2019-01-081-9/+8
| * | | LSM: Tie enabling logic to presence in ordered listKees Cook2019-01-081-3/+11
| * | | LSM: Introduce "lsm=" for boottime LSM selectionKees Cook2019-01-082-2/+15
| * | | LSM: Introduce CONFIG_LSMKees Cook2019-01-082-5/+31
| * | | LSM: Build ordered list of LSMs to initializeKees Cook2019-01-081-5/+53
| * | | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-085-52/+71
| * | | LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-082-2/+4
| * | | LSM: Provide separate ordered initializationKees Cook2019-01-081-0/+21
| * | | LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-084-0/+4
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-241-4/+6
|\ \ \
| * | | missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-02-201-4/+6
* | | | KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-224-6/+4
* | | | keys: Timestamp new keysDavid Howells2019-02-151-0/+1
* | | | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-155-62/+41
* | | | KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-151-2/+2
|/ / /
* | | apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen2019-02-011-1/+4
* | | apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel2019-02-011-0/+2
| |/ |/|
* | Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-172-1/+10
|\ \
| * | LSM: Check for NULL cred-security on freeJames Morris2019-01-161-0/+7
| * | Yama: Check for pid death before checking ancestryKees Cook2019-01-161-1/+3
| |/