Age | Commit message (Expand) | Author | Files | Lines |
2022-08-03 | Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -13/+19 |
2022-06-21 | selinux: selinux_add_opt() callers free memory | Xiu Jianfeng | 1 | -7/+4 |
2022-06-16 | selinux: free contexts previously transferred in selinux_add_opt() | Christian Göttsche | 1 | -7/+4 |
2022-06-15 | selinux: Add boundary check in put_entry() | Xiu Jianfeng | 1 | -0/+2 |
2022-06-14 | selinux: fix memleak in security_read_state_kernel() | Xiu Jianfeng | 1 | -1/+8 |
2022-06-10 | selinux: fix typos in comments | Jonas Lindner | 2 | -3/+3 |
2022-06-08 | selinux: drop unnecessary NULL check | Christian Göttsche | 1 | -1/+1 |
2022-06-07 | selinux: add __randomize_layout to selinux_audit_data | GONG, Ruiqi | 1 | -1/+1 |
2022-05-24 | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -80/+89 |
2022-05-18 | selinux: fix bad cleanup on error in hashtab_duplicate() | Ondrej Mosnacek | 1 | -1/+2 |
2022-05-03 | selinux: log anon inode class name | Christian Göttsche | 1 | -2/+2 |
2022-05-03 | selinux: declare data arrays const | Christian Göttsche | 9 | -26/+24 |
2022-05-03 | selinux: fix indentation level of mls_ops block | Christian Göttsche | 1 | -21/+21 |
2022-05-03 | selinux: include necessary headers in headers | Christian Göttsche | 6 | -1/+12 |
2022-05-03 | selinux: avoid extra semicolon | Christian Göttsche | 1 | -9/+9 |
2022-05-03 | selinux: update parameter documentation | Christian Göttsche | 2 | -1/+2 |
2022-05-03 | selinux: resolve checkpatch errors | Christian Göttsche | 3 | -18/+9 |
2022-04-14 | selinux: don't sleep when CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is true | Paul Moore | 2 | -3/+3 |
2022-04-04 | selinux: checkreqprot is deprecated, add some ssleep() discomfort | Paul Moore | 3 | -3/+11 |
2022-04-04 | selinux: runtime disable is deprecated, add some ssleep() discomfort | Paul Moore | 1 | -0/+2 |
2022-04-04 | selinux: Remove redundant assignments | Michal Orzel | 3 | -4/+2 |
2022-03-29 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+5 |
2022-03-22 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 18 | -212/+201 |
2022-03-11 | tracehook: Remove tracehook.h | Eric W. Biederman | 1 | -1/+0 |
2022-03-03 | net: rtnetlink: Add RTM_SETSTATS | Petr Machata | 1 | -0/+1 |
2022-03-02 | selinux: shorten the policy capability enum names | Paul Moore | 5 | -24/+24 |
2022-03-01 | rtnetlink: add new rtm tunnel api for tunnel id filtering | Roopa Prabhu | 1 | -1/+4 |
2022-02-25 | selinux: allow FIOCLEX and FIONCLEX with policy capability | Richard Haines | 4 | -1/+16 |
2022-02-23 | selinux: fix misuse of mutex_is_locked() | Ondrej Mosnacek | 1 | -2/+2 |
2022-02-18 | selinux: use correct type for context length | Christian Göttsche | 1 | -1/+1 |
2022-02-18 | selinux: drop return statement at end of void functions | Christian Göttsche | 5 | -8/+0 |
2022-02-15 | security: implement sctp_assoc_established hook in selinux | Ondrej Mosnacek | 1 | -24/+66 |
2022-02-04 | selinux: parse contexts for mount options early | Ondrej Mosnacek | 1 | -149/+53 |
2022-02-02 | selinux: fix double free of cond_list on error paths | Vratislav Bendel | 1 | -1/+2 |
2022-02-02 | selinux: various sparse fixes | Paul Moore | 4 | -7/+8 |
2022-02-02 | selinux: try to use preparsed sid before calling parse_sid() | Scott Mayhew | 1 | -29/+59 |
2022-02-02 | selinux: Fix selinux_sb_mnt_opts_compat() | Scott Mayhew | 1 | -34/+41 |
2022-01-28 | LSM: general protection fault in legacy_parse_param | Casey Schaufler | 1 | -3/+2 |
2022-01-27 | selinux: fix a type cast problem in cred_init_security() | Paul Moore | 1 | -1/+1 |
2022-01-27 | selinux: drop unused macro | Christian Göttsche | 1 | -2/+0 |
2022-01-26 | selinux: simplify cred_init_security | Christian Göttsche | 1 | -2/+1 |
2022-01-26 | selinux: do not discard const qualifier in cast | Christian Göttsche | 1 | -2/+2 |
2022-01-26 | selinux: drop unused parameter of avtab_insert_node | Christian Göttsche | 1 | -3/+3 |
2022-01-26 | selinux: drop cast to same type | Christian Göttsche | 1 | -1/+1 |
2022-01-26 | selinux: enclose macro arguments in parenthesis | Christian Göttsche | 3 | -7/+7 |
2022-01-26 | selinux: declare name parameter of hash_eval const | Christian Göttsche | 1 | -1/+1 |
2022-01-26 | selinux: declare path parameters of _genfs_sid const | Christian Göttsche | 2 | -5/+5 |
2022-01-26 | selinux: check return value of sel_make_avc_files | Christian Göttsche | 1 | -0/+2 |
2022-01-26 | selinux: access superblock_security_struct in LSM blob way | GONG, Ruiqi | 1 | -2/+2 |