summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+5
|\ \
| * | net: rtnetlink: Add RTM_SETSTATSPetr Machata2022-03-031-0/+1
| * | rtnetlink: add new rtm tunnel api for tunnel id filteringRoopa Prabhu2022-03-011-1/+4
* | | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-2118-212/+201
|\ \ \ | |/ / |/| |
| * | selinux: shorten the policy capability enum namesPaul Moore2022-03-025-24/+24
| * | selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines2022-02-254-1/+16
| * | selinux: use correct type for context lengthChristian Göttsche2022-02-181-1/+1
| * | selinux: drop return statement at end of void functionsChristian Göttsche2022-02-185-8/+0
| * | security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek2022-02-151-24/+66
| * | selinux: parse contexts for mount options earlyOndrej Mosnacek2022-02-041-149/+53
| * | selinux: various sparse fixesPaul Moore2022-02-014-7/+8
| * | selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew2022-02-011-29/+59
| * | selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew2022-02-011-34/+41
| * | LSM: general protection fault in legacy_parse_paramCasey Schaufler2022-01-271-3/+2
| * | selinux: fix a type cast problem in cred_init_security()Paul Moore2022-01-271-1/+1
| * | selinux: drop unused macroChristian Göttsche2022-01-261-2/+0
| * | selinux: simplify cred_init_securityChristian Göttsche2022-01-261-2/+1
| * | selinux: do not discard const qualifier in castChristian Göttsche2022-01-261-2/+2
| * | selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche2022-01-261-3/+3
| * | selinux: drop cast to same typeChristian Göttsche2022-01-261-1/+1
| * | selinux: enclose macro arguments in parenthesisChristian Göttsche2022-01-263-7/+7
| * | selinux: declare name parameter of hash_eval constChristian Göttsche2022-01-261-1/+1
| * | selinux: declare path parameters of _genfs_sid constChristian Göttsche2022-01-252-5/+5
| * | selinux: check return value of sel_make_avc_filesChristian Göttsche2022-01-251-0/+2
| * | selinux: access superblock_security_struct in LSM blob wayGONG, Ruiqi2022-01-251-2/+2
| |/
* | selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek2022-02-221-2/+2
* | selinux: fix double free of cond_list on error pathsVratislav Bendel2022-02-021-1/+2
|/
* 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