summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-113-66/+24
|\
| * selinux: minor tweaks to selinux_add_opt()Paul Moore2021-12-211-8/+10
| * selinux: fix potential memleak in selinux_add_opt()Bernard Zhao2021-12-211-2/+10
| * security,selinux: remove security_add_mnt_opt()Ondrej Mosnacek2021-12-061-39/+0
| * selinux: Use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-052-3/+3
| * lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-16/+3
* | selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix2021-12-271-1/+1
* | selinux: fix sleeping function called from invalid contextScott Mayhew2021-12-161-14/+19
* | selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek2021-11-191-5/+12
|/
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-13/+1
* security: implement sctp_assoc_established hook in selinuxXin Long2021-11-031-1/+13
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-033-22/+22
* Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-018-244/+202
|\
| * security: Return xattr name from security_dentry_init_security()Vivek Goyal2021-10-201-1/+5
| * selinux: fix a sock regression in selinux_ip_postroute_compat()Paul Moore2021-10-191-2/+2
| * binder: use cred instead of task for selinux checksTodd Kjos2021-10-141-35/+13
| * selinux: fix all of the W=1 build warningsPaul Moore2021-10-136-8/+33
| * selinux: make better use of the nf_hook_state passed to the NF hooksPaul Moore2021-10-131-27/+25
| * selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek2021-10-111-85/+77
| * selinux: remove unneeded ipv6 hook wrappersFlorian Westphal2021-10-111-62/+18
| * selinux: remove the SELinux lockdown implementationPaul Moore2021-09-302-32/+0
| * selinux: enable genfscon labeling for securityfsChristian Göttsche2021-09-281-1/+2
| * selinux: add support for the io_uring access controlsPaul Moore2021-09-192-0/+36
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-10-071-1/+3
|\ \
| * | include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov2021-09-141-1/+3
| |/
* / selinux,smack: fix subjective/objective credential use mixupsPaul Moore2021-09-231-2/+2
|/
* Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+4
|\
| * ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu2021-07-231-2/+4
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-312-2/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-6/+4
| |\ \
| * | | mctp: Add MCTP baseJeremy Kerr2021-07-292-2/+6
| | |/ | |/|
* | | Merge tag 'selinux-pr-20210830' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-312-0/+6
|\ \ \ | |_|/ |/| |
| * | selinux: return early for possible NULL audit buffersAustin Kim2021-07-142-0/+6
| |/
* / selinux: correct the return value when loads initial sidsXiu Jianfeng2021-08-021-6/+4
|/
* selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-113-31/+5
* selinux: slow_avc_audit has become non-blockingAl Viro2021-06-113-35/+10
* selinux: Fix kernel-docYang Li2021-06-111-1/+22
* selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-06-101-6/+7
* lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek2021-05-141-1/+1
* selinux: Remove redundant assignment to rcJiapeng Chong2021-05-102-5/+0
* selinux: Corrected comment to match kernel-doc commentSouptick Joarder2021-05-101-1/+1
* selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-102-2/+2
* selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-103-21/+26
* selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek2021-05-101-5/+6
* Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-013-37/+30
|\
| * LSM: Infrastructure management of the superblockCasey Schaufler2021-04-223-37/+30
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-1/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-096-112/+185
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-253-41/+59
| |\ \ \
| * | | | nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2021-03-111-1/+4
| | |_|/ | |/| |