summaryrefslogtreecommitdiff
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-05-171-0/+1
|\
| * prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter2018-05-121-0/+1
* | Merge remote-tracking branch 'audit/next'Stephen Rothwell2018-05-173-11/+14
|\ \
| * | audit: use inline function to get audit contextRichard Guy Briggs2018-05-143-11/+14
| |/
* | Merge remote-tracking branch 'selinux/next'Stephen Rothwell2018-05-171-6/+12
|\ \
| * | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-171-1/+1
| * | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-171-4/+10
| * | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-161-1/+1
| |/
* | Merge remote-tracking branch 'security/next-testing'Stephen Rothwell2018-05-171-0/+13
|\ \
| * | selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
| |/
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2018-05-172-2/+6
|\ \
| * | net: initial AF_XDP skeletonBjörn Töpel2018-05-032-2/+6
| |/
| |
| \
*-. \ Merge branches 'work.dcache', 'work.misc', 'hch.aio' and 'hch.procfs' into fo...Al Viro2018-05-161-4/+3
|\ \ \ | | |/ | |/|
| | * __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| |/
* | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
|/
* ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* 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-071-0/+6
|\
| * security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-2/+5
|\ \ | |/
| * usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-2/+5
* | 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