summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-155-67/+222
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | device_cgroup: prepare code for bpf-based device controllerRoman Gushchin2017-11-051-45/+2Star
| * | | | | device_cgroup: add DEVCG_ prefix to ACC_* and DEV_* constantsRoman Gushchin2017-11-051-36/+36
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0451-31/+80
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-3012-840/+16Star
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2215-54/+90
| |\ \ \ \ \ \
| * | | | | | | selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-201-0/+49
| * | | | | | | selinux: bpf: Add selinux check for eBPF syscall operationsChenbo Feng2017-10-203-0/+117
| * | | | | | | security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-201-0/+32
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-39/+17Star
|\ \ \ \ \ \ \
| * | | | | | | ima: move to generic async completionGilad Ben-Yossef2017-11-031-39/+17Star
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-15/+4Star
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0762-871/+96Star
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-2415-54/+90
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon2017-10-102-15/+4Star
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1313-110/+108Star
|\ \ \ \ \ \ \ \
| * | | | | | | | ima: Remove redundant conditional operatorThiago Jung Bauermann2017-11-081-2/+2
| * | | | | | | | ima: Fix bool initialization/comparisonThomas Meyer2017-11-082-4/+4
| * | | | | | | | ima: check signature enforcement against cmdline param instead of CONFIGBruno E. O. Meneguele2017-11-081-3/+3
| * | | | | | | | ima: fix hash algorithm initializationBoshi Wang2017-11-081-0/+4
| * | | | | | | | EVM: Only complain about a missing HMAC key onceMatthew Garrett2017-11-081-1/+1
| * | | | | | | | EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett2017-11-082-12/+20
| * | | | | | | | EVM: Include security.apparmor in EVM measurementsMatthew Garrett2017-11-081-0/+3
| * | | | | | | | integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig2017-11-084-56/+13Star
| * | | | | | | | ima: always measure and audit files in policyMimi Zohar2017-11-083-30/+56
| * | | | | | | | ima: don't remove the securityfs policy fileMimi Zohar2017-11-081-2/+2
* | | | | | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-136-99/+220
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Smack: Base support for overlayfsCasey Schaufler2017-11-021-0/+79
| * | | | | | | tomoyo: fix timestamping for y2038Arnd Bergmann2017-10-214-34/+13Star
| * | | | | | | capabilities: audit log other surprising conditionsRichard Guy Briggs2017-10-201-7/+22
| * | | | | | | capabilities: fix logic for effective root or real rootRichard Guy Briggs2017-10-201-3/+2Star
| * | | | | | | capabilities: invert logic for clarityRichard Guy Briggs2017-10-201-4/+4
| * | | | | | | capabilities: remove a layer of conditional logicRichard Guy Briggs2017-10-201-13/+10Star
| * | | | | | | capabilities: move audit log decision to functionRichard Guy Briggs2017-10-201-20/+30
| * | | | | | | capabilities: use intuitive names for id changesRichard Guy Briggs2017-10-201-6/+22
| * | | | | | | capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs2017-10-201-2/+4
| * | | | | | | capabilities: rename has_cap to has_fcapRichard Guy Briggs2017-10-201-10/+10
| * | | | | | | capabilities: intuitive names for cap gain statusRichard Guy Briggs2017-10-201-7/+11
| * | | | | | | capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs2017-10-201-28/+48
* | | | | | | | apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0249-0/+49
|\ \ \ \ \ \ \
| * | | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0249-0/+49
| | |_|/ / / / | |/| | | | |
* | | | | | | KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers2017-11-021-11/+12
* | | | | | | KEYS: return full count in keyring_read() if buffer is too smallEric Biggers2017-11-021-20/+19Star
| |_|_|_|/ / |/| | | | |
* | | | | | Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-2612-840/+16Star
|/ / / / /
* | | | | commoncap: move assignment of fs_ns to avoid null pointer dereferenceColin Ian King2017-10-191-1/+2
* | | | | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-1914-53/+88
|\ \ \ \ \ | |_|/ / / |/| | | |