summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
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
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-03-02selinux: Fix ltp test connect-syscall failureRichard Haines
2018-03-02selinux: rename the {is,set}_enforcing() functionsPaul Moore
2018-03-01selinux: wrap global selinux stateStephen Smalley
2018-02-28Smack: Handle CGROUP2 in the same way that CGROUPJosé Bollo
2018-02-27net: Convert smack_net_opsKirill Tkhai
2018-02-27net: Convert selinux_net_opsKirill Tkhai
2018-02-26selinux: fix typo in selinux_netlbl_sctp_sk_clone declarationArnd Bergmann
2018-02-26selinux: Add SCTP supportRichard Haines
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22integrity/security: fix digsig.c build error with header fileRandy Dunlap
2018-02-22security: Add support for SCTP security hooksRichard Haines
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-02-22KEYS: Use individual pages in big_key for crypto buffersDavid Howells
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko