aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-04-09selinux: fix missing dput() before selinuxfs unmountGravatar Stephen Smalley 1-0/+1
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 16-68/+207
2018-04-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 1-0/+2
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-27/+35
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 28-1224/+2311
2018-04-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-1/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2018-04-05headers: untangle kmemleak.h from mm.hGravatar Randy Dunlap 2-1/+1
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-201/+120
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-6/+1
2018-03-31security: convert security hooks to use hlistGravatar Sargun Dhillon 1-11/+11
2018-03-29security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Gravatar Kirill Tkhai 1-2/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listGravatar Kirill Tkhai 1-0/+2
2018-03-28macro: introduce COUNT_ARGS() macroGravatar Alexei Starovoitov 1-6/+1
2018-03-27ipc/smack: Tidy up from the change in type of the ipc security hooksGravatar Eric W. Biederman 1-139/+58
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 2-2/+0
2018-03-27Merge branch 'smack-for-4.17' of git://github.com/cschaufler/next-smack into ...Gravatar James Morris 1-0/+2
2018-03-25ima: Fallback to the builtin hash algorithmGravatar Petr Vorel 2-0/+15
2018-03-25ima: Add smackfs to the default appraise/measure listGravatar Martin Townsend 1-0/+2
2018-03-25evm: check for remount ro in progress before writingGravatar Sascha Hauer 1-2/+6
2018-03-25ima: Improvements in ima_appraise_measurement()Gravatar Thiago Jung Bauermann 1-13/+22
2018-03-25ima: Simplify ima_eventsig_init()Gravatar Thiago Jung Bauermann 1-8/+3
2018-03-25integrity: Remove unused macro IMA_ACTION_RULE_FLAGSGravatar Thiago Jung Bauermann 1-1/+0
2018-03-25ima: drop vla in ima_audit_measurement()Gravatar Tycho Andersen 1-6/+10
2018-03-25ima: Fix Kconfig to select TPM 2.0 CRB interfaceGravatar Jiandi An 1-0/+1
2018-03-23evm: Constify *integrity_status_msg[]Gravatar Hernán Gonzalez 1-1/+1
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cGravatar Hernán Gonzalez 3-4/+3
2018-03-23ima: fail signature verification based on policyGravatar Mimi Zohar 4-6/+14
2018-03-23ima: clear IMA_HASHGravatar Mimi Zohar 1-1/+1
2018-03-23ima: re-evaluate files on privileged mounted filesystemsGravatar Mimi Zohar 1-2/+11
2018-03-23ima: fail file signature verification on non-init mounted filesystemsGravatar Mimi Zohar 1-1/+14
2018-03-23IMA: Support using new creds in appraisal policyGravatar Matthew Garrett 7-29/+79
2018-03-23security: Add a cred_getsecid hookGravatar Matthew Garrett 3-0/+31
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksGravatar Eric W. Biederman 3-36/+36
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksGravatar Eric W. Biederman 3-30/+30
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksGravatar Eric W. Biederman 3-30/+30
2018-03-23Merge tag 'v4.16-rc6' into next-generalGravatar James Morris 2-23/+88
2018-03-20selinux: wrap AVC stateGravatar Stephen Smalley 9-297/+512
2018-03-20selinux: wrap selinuxfs stateGravatar Stephen Smalley 1-177/+261
2018-03-20selinux: fix handling of uninitialized selinux state in get_bools/classesGravatar Stephen Smalley 1-0/+13
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Gravatar Stephen Smalley 4-16/+24
2018-03-02selinux: Fix ltp test connect-syscall failureGravatar Richard Haines 1-12/+30
2018-03-02selinux: rename the {is,set}_enforcing() functionsGravatar Paul Moore 6-14/+14
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 25-797/+1155
2018-02-28Smack: Handle CGROUP2 in the same way that CGROUPGravatar José Bollo 1-0/+2
2018-02-27net: Convert smack_net_opsGravatar Kirill Tkhai 1-0/+1
2018-02-27net: Convert selinux_net_opsGravatar Kirill Tkhai 1-0/+1
2018-02-26selinux: fix typo in selinux_netlbl_sctp_sk_clone declarationGravatar Arnd Bergmann 1-1/+2
2018-02-26selinux: Add SCTP supportGravatar Richard Haines 5-32/+408
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-23/+88