Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 3 | -43/+1 |
2025-05-28 | Merge tag 'selinux-pr-20250527' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -85/+232 |
2025-04-12 | selinux: fix the kdoc header for task_avdcache_update | Paul Moore | 1 | -1/+1 |
2025-04-12 | selinux: remove a duplicated include | Paul Moore | 1 | -1/+0 |
2025-04-11 | net: Retire DCCP socket. | Kuniyuki Iwashima | 3 | -43/+1 |
2025-04-11 | selinux: reduce path walk overhead | Paul Moore | 2 | -54/+185 |
2025-04-11 | selinux: support wildcard match in genfscon | Takaya Saeki | 3 | -4/+17 |
2025-04-11 | selinux: drop copy-paste comment | Christian Göttsche | 1 | -6/+0 |
2025-04-11 | selinux: unify OOM handling in network hashtables | Christian Göttsche | 4 | -9/+19 |
2025-04-11 | selinux: add likely hints for fast paths | Christian Göttsche | 3 | -3/+3 |
2025-04-11 | selinux: contify network namespace pointer | Christian Göttsche | 1 | -1/+1 |
2025-04-11 | selinux: constify network address pointer | Christian Göttsche | 4 | -8/+8 |
2025-04-08 | Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFS | NeilBrown | 1 | -2/+2 |
2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+5 |
2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -3/+3 |
2025-03-25 | Merge tag 'selinux-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -16/+73 |
2025-03-25 | Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+16 |
2025-03-17 | selinux: get netif_wildcard policycap from policy instead of cache | Christian Göttsche | 1 | -2/+1 |
2025-03-15 | security: Propagate caller information in bpf hooks | Blaise Boscaccy | 1 | -3/+3 |
2025-03-07 | selinux: support wildcard network interface names | Christian Göttsche | 4 | -4/+22 |
2025-02-27 | selinux: add FILE__WATCH_MOUNTNS | Miklos Szeredi | 2 | -1/+4 |
2025-02-26 | selinux: add permission checks for loading other kinds of kernel files | "Kipp N. Davis" | 2 | -11/+51 |
2025-02-26 | perf: Remove unnecessary parameter of security check | Luo Gengkun | 1 | -1/+1 |
2025-02-15 | kernfs: Use RCU to access kernfs_node::name. | Sebastian Andrzej Siewior | 1 | -2/+5 |
2025-02-07 | io_uring,lsm,selinux: add LSM hooks for io_uring_setup() | Hamza Mahfooz | 2 | -1/+15 |
2025-02-07 | selinux: always check the file label in selinux_kernel_read_file() | Paul Moore | 1 | -1/+1 |
2025-02-03 | selinux: fix spelling error | Tanya Agarwal | 1 | -1/+1 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+2 |
2025-01-21 | Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 20 | -165/+165 |
2025-01-21 | Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -15/+34 |
2025-01-07 | selinux: make more use of str_read() when loading the policy | Christian Göttsche | 3 | -22/+12 |
2025-01-07 | selinux: avoid unnecessary indirection in struct level_datum | Christian Göttsche | 3 | -17/+10 |
2025-01-07 | selinux: use known type instead of void pointer | Christian Göttsche | 8 | -74/+77 |
2025-01-07 | selinux: rename comparison functions for clarity | Christian Göttsche | 7 | -16/+16 |
2025-01-07 | selinux: rework match_ipv6_addrmask() | Christian Göttsche | 1 | -7/+5 |
2025-01-07 | selinux: constify and reconcile function parameter names | Christian Göttsche | 4 | -6/+6 |
2025-01-07 | selinux: avoid using types indicating user space interaction | Christian Göttsche | 2 | -2/+2 |
2025-01-07 | selinux: supply missing field initializers | Christian Göttsche | 2 | -2/+2 |
2025-01-07 | Merge tag 'selinux-pr-20250107' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -38/+65 |
2025-01-04 | selinux: match extended permissions to their base permissions | Thiébaud Weksteen | 5 | -38/+65 |
2024-12-18 | Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+6 |
2024-12-15 | selinux: ignore unknown extended permissions | Thiébaud Weksteen | 1 | -2/+6 |
2024-12-15 | selinux: add netlink nlmsg_type audit message | Thiébaud Weksteen | 1 | -2/+2 |
2024-12-13 | selinux: add support for xperms in conditional policies | Christian Göttsche | 6 | -9/+26 |
2024-12-11 | selinux: Fix SCTP error inconsistency in selinux_socket_bind() | Mikhail Ivanov | 1 | -1/+1 |
2024-12-11 | selinux: use native iterator types | Christian Göttsche | 3 | -4/+4 |
2024-12-11 | selinux: add generated av_permissions.h to targets | Thomas Weißschuh | 1 | -4/+3 |
2024-12-10 | fsnotify: introduce pre-content permission events | Amir Goldstein | 1 | -1/+2 |
2024-12-04 | lsm: secctx provider check on release | Casey Schaufler | 1 | -8/+5 |
2024-12-04 | lsm: lsm_context in security_dentry_init_security | Casey Schaufler | 1 | -4/+4 |
2024-12-04 | lsm: use lsm_context in security_inode_getsecctx | Casey Schaufler | 1 | -4/+6 |
2024-12-04 | lsm: replace context+len with lsm_context | Casey Schaufler | 1 | -5/+18 |
2024-12-04 | lsm: ensure the correct LSM context releaser | Casey Schaufler | 1 | -2/+9 |
2024-11-30 | selinux: use sk_to_full_sk() in selinux_ip_output() | Eric Dumazet | 1 | -1/+1 |
2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -22/+38 |
2024-11-05 | security: replace memcpy() with get_task_comm() | Yafang Shao | 1 | -1/+1 |
2024-10-11 | lsm: remove lsm_prop scaffolding | Casey Schaufler | 2 | -21/+1 |
2024-10-11 | lsm: create new security_cred_getlsmprop LSM hook | Casey Schaufler | 1 | -0/+8 |
2024-10-11 | lsm: use lsm_prop in security_inode_getsecid | Casey Schaufler | 1 | -6/+9 |
2024-10-11 | lsm: use lsm_prop in security_current_getsecid | Casey Schaufler | 1 | -6/+11 |
2024-10-11 | lsm: use lsm_prop in security_ipc_getsecid | Casey Schaufler | 1 | -3/+6 |
2024-10-11 | lsm: add lsmprop_to_secctx hook | Casey Schaufler | 2 | -3/+16 |
2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 2 | -5/+9 |
2024-10-07 | selinux: Deprecate /sys/fs/selinux/user | Stephen Smalley | 1 | -0/+4 |
2024-10-07 | selinux: apply clang format to security/selinux/nlmsgtab.c | Paul Moore | 1 | -118/+118 |
2024-10-07 | selinux: streamline selinux_nlmsg_lookup() | Paul Moore | 1 | -50/+38 |
2024-10-07 | selinux: Add netlink xperm support | Thiébaud Weksteen | 8 | -51/+126 |
2024-10-03 | selinux: move genheaders to security/selinux/ | Masahiro Yamada | 3 | -2/+160 |
2024-10-03 | selinux: do not include <linux/*.h> headers from host programs | Masahiro Yamada | 2 | -3/+12 |
2024-09-24 | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2024-09-24 | Merge tag 'lsm-pr-20240923' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2024-09-19 | selinux,smack: properly reference the LSM blob in security_watch_key() | Paul Moore | 1 | -1/+1 |
2024-09-16 | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -127/+100 |
2024-09-16 | Merge tag 'selinux-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -76/+68 |
2024-09-16 | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+1 |
2024-09-12 | security,bpf: constify struct path in bpf_token_create() LSM hook | Andrii Nakryiko | 1 | -1/+1 |
2024-09-03 | selinux: fix style problems in security/selinux/include/audit.h | Paul Moore | 1 | -23/+23 |
2024-08-31 | Merge tag 'lsm-pr-20240830' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2024-08-28 | selinux,smack: don't bypass permissions check in inode_setsecctx hook | Scott Mayhew | 1 | -2/+2 |
2024-08-28 | selinux: simplify avc_xperms_audit_required() | Zhen Lei | 1 | -2/+2 |
2024-08-28 | selinux: mark both IPv4 and IPv6 accepted connection sockets as labeled | Guido Trentalancia | 1 | -1/+1 |
2024-08-28 | file: reclaim 24 bytes from f_owner | Christian Brauner | 1 | -1/+1 |
2024-08-27 | selinux: replace kmem_cache_create() with KMEM_CACHE() | Eric Suen | 4 | -23/+8 |
2024-08-26 | selinux: annotate false positive data race to avoid KCSAN warnings | Stephen Smalley | 1 | -1/+6 |
2024-08-08 | selinux: revert our use of vma_is_initial_heap() | Paul Moore | 1 | -1/+11 |
2024-08-07 | selinux: add the processing of the failure of avc_add_xperms_decision() | Zhen Lei | 1 | -1/+5 |
2024-08-06 | selinux: fix potential counting error in avc_add_xperms_decision() | Zhen Lei | 1 | -1/+1 |
2024-07-31 | lsm: Refactor return value of LSM hook inode_copy_up_xattr | Xu Kuohai | 1 | -2/+2 |
2024-07-31 | lsm: Refactor return value of LSM hook vm_enough_memory | Xu Kuohai | 1 | -11/+4 |
2024-07-29 | lsm: infrastructure management of the perf_event security blob | Casey Schaufler | 2 | -14/+10 |
2024-07-29 | lsm: infrastructure management of the infiniband blob | Casey Schaufler | 2 | -13/+8 |
2024-07-29 | lsm: infrastructure management of the dev_tun blob | Casey Schaufler | 2 | -16/+11 |
2024-07-29 | lsm: infrastructure management of the key security blob | Casey Schaufler | 2 | -17/+11 |
2024-07-29 | lsm: infrastructure management of the sock security | Casey Schaufler | 3 | -54/+54 |
2024-07-29 | selinux: refactor code to return ERR_PTR in selinux_netlbl_sock_genattr | Gaosheng Cui | 1 | -9/+9 |
2024-07-29 | selinux: Streamline type determination in security_compute_sid | Canfeng Guo | 1 | -17/+19 |
2024-07-16 | Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -16/+22 |
2024-07-16 | Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-07-09 | selinux,smack: remove the capability checks in the removexattr hooks | Paul Moore | 1 | -8/+2 |
2024-07-02 | selinux: Use 1UL for EBITMAP_BIT to match maps type | Canfeng Guo | 1 | -1/+1 |
2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 2 | -3/+6 |
2024-06-03 | lsm: fixup the inode xattr capability handling | Paul Moore | 1 | -8/+20 |
2024-05-15 | Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -1/+1 |
2024-05-15 | Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 12 | -126/+146 |
2024-05-13 | netlabel: fix RCU annotation for IPv4 options on socket creation | Davide Caratti | 1 | -1/+4 |
2024-04-30 | selinux: constify source policy in cond_policydb_dup() | Christian Göttsche | 4 | -14/+17 |
2024-04-30 | selinux: avoid printk_ratelimit() | Christian Göttsche | 1 | -2/+1 |
2024-04-30 | selinux: pre-allocate the status page | Christian Göttsche | 1 | -0/+6 |
2024-04-09 | security: allow finer granularity in permitting copy-up of security xattrs | Stefan Berger | 1 | -1/+1 |
2024-04-04 | selinux: clarify return code in filename_trans_read_helper_compat() | Ondrej Mosnacek | 1 | -0/+1 |
2024-04-01 | selinux: avoid dereference of garbage after mount failure | Christian Göttsche | 1 | -5/+7 |
2024-03-27 | selinux: use u32 as bit position type in ebitmap code | Christian Göttsche | 2 | -35/+34 |
2024-03-27 | selinux: improve symtab string hashing | Christian Göttsche | 1 | -11/+11 |
2024-03-27 | selinux: dump statistics for more hash tables | Christian Göttsche | 2 | -7/+19 |
2024-03-27 | selinux: make more use of current_sid() | Christian Göttsche | 2 | -21/+8 |
2024-03-27 | selinux: update numeric format specifiers for ebitmaps | Christian Göttsche | 1 | -6/+6 |
2024-03-26 | selinux: improve error checking in sel_write_load() | Paul Moore | 1 | -14/+16 |
2024-03-26 | selinux: cleanup selinux_lsm_getattr() | Paul Moore | 1 | -18/+18 |
2024-03-26 | selinux: reject invalid ebitmaps | Christian Göttsche | 1 | -0/+11 |
2024-03-14 | lsm: use 32-bit compatible data types in LSM syscalls | Casey Schaufler | 1 | -2/+2 |
2024-03-12 | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+2 |
2024-03-12 | Merge tag 'selinux-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 22 | -731/+724 |
2024-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/symtab.c | Paul Moore | 1 | -1/+3 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/symtab.h | Paul Moore | 1 | -5/+4 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/sidtab.c | Paul Moore | 1 | -32/+37 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/sidtab.h | Paul Moore | 1 | -17/+19 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/services.h | Paul Moore | 1 | -1/+2 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/policydb.c | Paul Moore | 1 | -192/+213 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/policydb.h | Paul Moore | 1 | -97/+95 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/mls_types.h | Paul Moore | 1 | -16/+16 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/mls.c | Paul Moore | 1 | -50/+33 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/mls.h | Paul Moore | 1 | -39/+19 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/hashtab.c | Paul Moore | 1 | -12/+11 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/hashtab.h | Paul Moore | 1 | -18/+17 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/ebitmap.c | Paul Moore | 1 | -28/+28 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/ebitmap.h | Paul Moore | 1 | -19/+23 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/context.h | Paul Moore | 1 | -1/+1 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/context.h | Paul Moore | 1 | -19/+22 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/constraint.h | Paul Moore | 1 | -33/+34 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/conditional.c | Paul Moore | 1 | -35/+33 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/conditional.h | Paul Moore | 1 | -12/+11 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/avtab.c | Paul Moore | 1 | -54/+51 |
2024-02-23 | selinux: fix style issues in security/selinux/ss/avtab.h | Paul Moore | 1 | -37/+37 |
2024-02-23 | selinux: fix lsm_get_self_attr() | Mickaël Salaün | 1 | -1/+1 |
2024-02-15 | security: Align inode_setattr hook definition with EVM | Roberto Sassu | 1 | -1/+2 |
2024-02-02 | selinux: only filter copy-up xattrs following initialization | David Disseldorp | 1 | -2/+3 |
2024-02-02 | selinux: correct return values in selinux_socket_getpeersec_dgram() | Paul Moore | 1 | -6/+8 |
2024-01-25 | selinux: reduce the object class calculations at inode init time | Paul Moore | 1 | -5/+4 |
2024-01-24 | bpf,selinux: Allocate bpf_security_struct per BPF token | Andrii Nakryiko | 1 | -0/+25 |
2024-01-24 | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks | Andrii Nakryiko | 1 | -3/+4 |
2024-01-24 | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks | Andrii Nakryiko | 1 | -7/+8 |
2024-01-11 | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -0/+1 |
2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -28/+145 |
2024-01-09 | Merge tag 'selinux-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -600/+538 |
2024-01-04 | selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket | Mickaël Salaün | 1 | -0/+7 |
2023-12-24 | lsm: new security_file_ioctl_compat() hook | Alfred Piccioni | 1 | -0/+28 |
2023-12-22 | selinux: fix style issues in security/selinux/include/initial_sid_to_string.h | Paul Moore | 1 | -29/+28 |
2023-12-22 | selinux: fix style issues in security/selinux/include/xfrm.h | Paul Moore | 1 | -2/+2 |
2023-12-22 | selinux: fix style issues in security/selinux/include/security.h | Paul Moore | 1 | -80/+75 |
2023-12-22 | selinux: fix style issues with security/selinux/include/policycap_names.h | Paul Moore | 1 | -0/+3 |
2023-12-22 | selinux: fix style issues in security/selinux/include/policycap.h | Paul Moore | 1 | -0/+1 |
2023-12-22 | selinux: fix style issues in security/selinux/include/objsec.h | Paul Moore | 1 | -64/+65 |
2023-12-22 | selinux: fix style issues with security/selinux/include/netlabel.h | Paul Moore | 1 | -33/+20 |
2023-12-22 | selinux: fix style issues in security/selinux/include/netif.h | Paul Moore | 1 | -2/+2 |
2023-12-22 | selinux: fix style issues in security/selinux/include/ima.h | Paul Moore | 1 | -1/+1 |
2023-12-22 | selinux: fix style issues in security/selinux/include/conditional.h | Paul Moore | 1 | -2/+2 |
2023-12-22 | selinux: fix style issues in security/selinux/include/classmap.h | Paul Moore | 1 | -210/+132 |
2023-12-22 | selinux: fix style issues in security/selinux/include/avc_ss.h | Paul Moore | 1 | -1/+1 |
2023-12-22 | selinux: align avc_has_perm_noaudit() prototype with definition | Paul Moore | 1 | -1/+1 |
2023-12-22 | selinux: fix style issues in security/selinux/include/avc.h | Paul Moore | 1 | -26/+15 |
2023-12-22 | selinux: fix style issues in security/selinux/include/audit.h | Paul Moore | 1 | -1/+0 |
2023-12-20 | shm: Slim down dependencies | Kent Overstreet | 1 | -0/+1 |
2023-12-15 | cred: get rid of CONFIG_DEBUG_CREDENTIALS | Jens Axboe | 1 | -6/+0 |
2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov | 1 | -1/+1 |
2023-12-07 | selinux: remove the wrong comment about multithreaded process handling | Munehisa Kamata | 1 | -1/+0 |
2023-11-21 | selinux: introduce an initial SID for early boot processes | Ondrej Mosnacek | 7 | -2/+76 |
2023-11-20 | selinux: refactor avtab_node comparisons | Jacob Satterfield | 1 | -60/+41 |
2023-11-16 | selinux: update filenametr_hash() to use full_name_hash() | Paul Moore | 1 | -9/+2 |
2023-11-16 | selinux: saner handling of policy reloads | Al Viro | 1 | -78/+66 |
2023-11-12 | lsm: mark the lsm_id variables are marked as static | Paul Moore | 1 | -1/+1 |
2023-11-12 | lsm: consolidate buffer size handling into lsm_fill_user_ctx() | Paul Moore | 1 | -21/+23 |
2023-11-12 | SELinux: Add selfattr hooks | Casey Schaufler | 1 | -27/+107 |
2023-11-12 | LSM: Identify modules by more than name | Casey Schaufler | 1 | -1/+8 |
2023-10-30 | Merge tag 'lsm-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+5 |
2023-10-30 | Merge tag 'selinux-pr-20231030' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 7 | -30/+33 |
2023-10-18 | selinux: convert to new timestamp accessors | Jeff Layton | 1 | -1/+1 |
2023-10-03 | selinux: simplify avtab_insert_node() prototype | Jacob Satterfield | 1 | -13/+7 |
2023-09-14 | lsm: constify 'sb' parameter in security_sb_kern_mount() | Khadija Kamran | 1 | -1/+1 |
2023-09-14 | lsm: constify 'bprm' parameter in security_bprm_committed_creds() | Khadija Kamran | 1 | -1/+1 |
2023-09-13 | lsm: constify 'bprm' parameter in security_bprm_committing_creds() | Khadija Kamran | 1 | -1/+1 |
2023-09-13 | lsm: constify 'sb' parameter in security_quotactl() | Khadija Kamran | 1 | -2/+2 |
2023-09-13 | selinux: hweight optimization in avtab_read_item | Jacob Satterfield | 1 | -5/+2 |
2023-09-13 | selinux: improve role transition hashing | Christian Göttsche | 1 | -1/+1 |
2023-09-13 | selinux: simplify avtab slot calculation | Christian Göttsche | 1 | -7/+1 |
2023-09-13 | selinux: improve debug configuration | Christian Göttsche | 2 | -0/+12 |
2023-09-13 | selinux: print sum of chain lengths^2 for hash tables | Christian Göttsche | 4 | -3/+9 |
2023-09-12 | selinux: fix handling of empty opts in selinux_fs_context_submount() | Ondrej Mosnacek | 1 | -2/+8 |