summaryrefslogtreecommitdiffstats
path: root/security/selinux
AgeCommit message (Expand)AuthorLines
2022-08-26selinux: implement the security_uring_cmd() LSM hookPaul Moore-1/+25
2022-08-02Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+19
2022-06-20selinux: selinux_add_opt() callers free memoryXiu Jianfeng-7/+4
2022-06-15selinux: free contexts previously transferred in selinux_add_opt()Christian Göttsche-7/+4
2022-06-14selinux: Add boundary check in put_entry()Xiu Jianfeng-0/+2
2022-06-13selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng-1/+8
2022-06-10selinux: fix typos in commentsJonas Lindner-3/+3
2022-06-07selinux: drop unnecessary NULL checkChristian Göttsche-1/+1
2022-06-07selinux: add __randomize_layout to selinux_audit_dataGONG, Ruiqi-1/+1
2022-05-24Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-80/+89
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek-1/+2
2022-05-03selinux: log anon inode class nameChristian Göttsche-2/+2
2022-05-03selinux: declare data arrays constChristian Göttsche-26/+24
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche-21/+21
2022-05-03selinux: include necessary headers in headersChristian Göttsche-1/+12
2022-05-03selinux: avoid extra semicolonChristian Göttsche-9/+9
2022-05-03selinux: update parameter documentationChristian Göttsche-1/+2
2022-05-03selinux: resolve checkpatch errorsChristian Göttsche-18/+9
2022-04-14selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is truePaul Moore-3/+3
2022-04-04selinux: checkreqprot is deprecated, add some ssleep() discomfortPaul Moore-3/+11
2022-04-04selinux: runtime disable is deprecated, add some ssleep() discomfortPaul Moore-0/+2
2022-04-04selinux: Remove redundant assignmentsMichal Orzel-4/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+0
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+5
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-212/+201
2022-03-10tracehook: Remove tracehook.hEric W. Biederman-1/+0
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata-0/+1
2022-03-02selinux: shorten the policy capability enum namesPaul Moore-24/+24
2022-03-01rtnetlink: add new rtm tunnel api for tunnel id filteringRoopa Prabhu-1/+4
2022-02-25selinux: allow FIOCLEX and FIONCLEX with policy capabilityRichard Haines-1/+16
2022-02-22selinux: fix misuse of mutex_is_locked()Ondrej Mosnacek-2/+2
2022-02-18selinux: use correct type for context lengthChristian Göttsche-1/+1
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche-8/+0
2022-02-15security: implement sctp_assoc_established hook in selinuxOndrej Mosnacek-24/+66
2022-02-04selinux: parse contexts for mount options earlyOndrej Mosnacek-149/+53
2022-02-02selinux: fix double free of cond_list on error pathsVratislav Bendel-1/+2
2022-02-01selinux: various sparse fixesPaul Moore-7/+8
2022-02-01selinux: try to use preparsed sid before calling parse_sid()Scott Mayhew-29/+59
2022-02-01selinux: Fix selinux_sb_mnt_opts_compat()Scott Mayhew-34/+41
2022-01-27LSM: general protection fault in legacy_parse_paramCasey Schaufler-3/+2
2022-01-27selinux: fix a type cast problem in cred_init_security()Paul Moore-1/+1
2022-01-26selinux: drop unused macroChristian Göttsche-2/+0
2022-01-26selinux: simplify cred_init_securityChristian Göttsche-2/+1
2022-01-26selinux: do not discard const qualifier in castChristian Göttsche-2/+2
2022-01-26selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche-3/+3
2022-01-26selinux: drop cast to same typeChristian Göttsche-1/+1
2022-01-26selinux: enclose macro arguments in parenthesisChristian Göttsche-7/+7
2022-01-26selinux: declare name parameter of hash_eval constChristian Göttsche-1/+1
2022-01-25selinux: declare path parameters of _genfs_sid constChristian Göttsche-5/+5
2022-01-25selinux: check return value of sel_make_avc_filesChristian Göttsche-0/+2