summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-04-11ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso
2018-04-11ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-09selinux: fix missing dput() before selinuxfs unmountStephen Smalley
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap
2018-04-03Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King
2018-03-31security: convert security hooks to use hlistSargun Dhillon
2018-03-29security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov
2018-03-27ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27Merge branch 'smack-for-4.17' of git://github.com/cschaufler/next-smack into ...James Morris
2018-03-25ima: Fallback to the builtin hash algorithmPetr Vorel
2018-03-25ima: Add smackfs to the default appraise/measure listMartin Townsend
2018-03-25evm: check for remount ro in progress before writingSascha Hauer
2018-03-25ima: Improvements in ima_appraise_measurement()Thiago Jung Bauermann
2018-03-25ima: Simplify ima_eventsig_init()Thiago Jung Bauermann
2018-03-25integrity: Remove unused macro IMA_ACTION_RULE_FLAGSThiago Jung Bauermann
2018-03-25ima: drop vla in ima_audit_measurement()Tycho Andersen
2018-03-25ima: Fix Kconfig to select TPM 2.0 CRB interfaceJiandi An
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen
2018-03-23apparmor: Fix an error code in verify_table_headers()Dan Carpenter
2018-03-23apparmor: fix error returns checks by making size a ssize_tColin Ian King
2018-03-23evm: Constify *integrity_status_msg[]Hernán Gonzalez
2018-03-23evm: Move evm_hmac and evm_hash from evm_main.c to evm_crypto.cHernán Gonzalez
2018-03-23ima: fail signature verification based on policyMimi Zohar
2018-03-23ima: clear IMA_HASHMimi Zohar
2018-03-23ima: re-evaluate files on privileged mounted filesystemsMimi Zohar
2018-03-23ima: fail file signature verification on non-init mounted filesystemsMimi Zohar
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2018-03-23security: Add a cred_getsecid hookMatthew Garrett
2018-03-22msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman
2018-03-22shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman
2018-03-22sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman
2018-03-23Merge tag 'v4.16-rc6' into next-generalJames Morris
2018-03-20selinux: wrap AVC stateStephen Smalley
2018-03-20selinux: wrap selinuxfs stateStephen Smalley
2018-03-20selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley