summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-112-0/+2
* ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-112-0/+2
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-112-0/+2
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-1/+7
|\
| * init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir2018-04-061-1/+7
* | selinux: fix missing dput() before selinuxfs unmountStephen Smalley2018-04-091-0/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-0716-68/+207
|\ \
| * | ima: Fallback to the builtin hash algorithmPetr Vorel2018-03-252-0/+15
| * | ima: Add smackfs to the default appraise/measure listMartin Townsend2018-03-251-0/+2
| * | evm: check for remount ro in progress before writingSascha Hauer2018-03-251-2/+6
| * | ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann2018-03-251-13/+22
| * | ima: Simplify ima_eventsig_init()Thiago Jung Bauermann2018-03-251-8/+3
| * | integrity: Remove unused macro IMA_ACTION_RULE_FLAGSThiago Jung Bauermann2018-03-251-1/+0
| * | ima: drop vla in ima_audit_measurement()Tycho Andersen2018-03-251-6/+10
| * | ima: Fix Kconfig to select TPM 2.0 CRB interfaceJiandi An2018-03-251-0/+1
| * | evm: Constify *integrity_status_msg[]Hernán Gonzalez2018-03-231-1/+1
| * | evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernán Gonzalez2018-03-233-4/+3
| * | ima: fail signature verification based on policyMimi Zohar2018-03-234-6/+14
| * | ima: clear IMA_HASHMimi Zohar2018-03-231-1/+1
| * | ima: re-evaluate files on privileged mounted filesystemsMimi Zohar2018-03-231-2/+11
| * | ima: fail file signature verification on non-init mounted filesystemsMimi Zohar2018-03-231-1/+14
| * | IMA: Support using new creds in appraisal policyMatthew Garrett2018-03-237-29/+79
| * | security: Add a cred_getsecid hookMatthew Garrett2018-03-233-0/+31
* | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-04-071-0/+2
|\ \ \
| * \ \ Merge branch 'smack-for-4.17' of git://github.com/cschaufler/next-smack into ...James Morris2018-03-271-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Smack: Handle CGROUP2 in the same way that CGROUPJosé Bollo2018-02-281-0/+2
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-074-27/+35
|\ \ \ \
| * | | | security: convert security hooks to use hlistSargun Dhillon2018-03-311-11/+11
| |/ / /
| * | | Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-232-23/+88
| |\ \ \ | | | |/ | | |/|
| * | | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-074-16/+24
| | |/ | |/|
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0628-1224/+2311
|\ \ \
| * | | selinux: wrap AVC stateStephen Smalley2018-03-209-297/+512
| * | | selinux: wrap selinuxfs stateStephen Smalley2018-03-201-177/+261
| * | | selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley2018-03-201-0/+13
| * | | selinux: Fix ltp test connect-syscall failureRichard Haines2018-03-021-12/+30
| * | | selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-026-14/+14
| * | | selinux: wrap global selinux stateStephen Smalley2018-03-0125-797/+1155
| * | | selinux: fix typo in selinux_netlbl_sctp_sk_clone declarationArnd Bergmann2018-02-261-1/+2
| * | | selinux: Add SCTP supportRichard Haines2018-02-265-32/+408
| * | | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+22
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-062-1/+1
|\ \ \
| * | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-052-1/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
| |/ /
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-033-201/+120
|\ \ \
| * | | ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman2018-03-271-139/+58
| * | | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-223-36/+36
| * | | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-223-30/+30
| * | | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-223-30/+30
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-6/+1
|\ \ \
OpenPOWER on IntegriCloud