summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0627-1224/+2289
|\
| * 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
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-031-46/+46
|\ \
| * | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-18/+18
| * | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-221-14/+14
| * | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-221-14/+14
| |/
* | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Kirill Tkhai2018-03-291-2/+0
* | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | net: Convert selinux_net_opsKirill Tkhai2018-02-271-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+1
|\
| * net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-1/+1
* | Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-313-14/+13
|\ \ | |/ |/|
| * selinux: skip bounded transition processing if the policy isn't loadedPaul Moore2017-12-051-0/+3
| * selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore2017-11-281-10/+8
| * security: replace FSF address with web source in license noticesMartin Kepplinger2017-11-202-4/+2
* | Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-155-36/+47
|\ \ | |/
| * selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-161-1/+1
| * selinux: remove redundant assignment to lenColin Ian King2017-10-161-1/+0
| * selinux: remove redundant assignment to strColin Ian King2017-10-161-3/+2
| * selinux: fix build warningCorentin LABBE2017-10-041-2/+2
| * selinux: fix build warning by removing the unused sid variableCorentin LABBE2017-10-041-2/+1
| * selinux: Perform both commoncap and selinux xattr checksEric W. Biederman2017-10-041-25/+18
| * selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-203-2/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0421-0/+21
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0221-0/+21
| |/
* | 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
|/
* Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-1226-50/+77
|\
| * selinux: constify nf_hook_opsArvind Yadav2017-08-281-1/+1
| * selinux: allow per-file labeling for cgroupfsAntonio Murdaca2017-08-221-1/+3
| * selinux: update my email addressStephen Smalley2017-08-1725-25/+25
| * selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko2017-08-081-8/+6
| * selinux: Generalize support for NNP/nosuid SELinux domain transitionsStephen Smalley2017-08-024-16/+42
| * selinux: Assign proper class to PF_UNIX/SOCK_RAW socketsLuis Ressel2017-07-251-0/+1
* | Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-071-2/+0
|\ \
| * | selinux: remove AVC init audit log messageRichard Guy Briggs2017-09-051-2/+0
| |/
* | Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-071-20/+6
|\ \
| * | selinux: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-19/+5
| * | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-1/+1
| |/
* | netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* | xfrm: remove flow cacheFlorian Westphal2017-07-181-3/+1
|/
* Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-7/+5
|\
OpenPOWER on IntegriCloud