aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/services.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'selinux-pr-20250725' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+20
2025-06-19selinux: introduce neveraudit typesStephen Smalley1-0/+20
2025-06-19selinux: change security_compute_sid to return the ssid or tsid on matchStephen Smalley1-5/+11
2025-04-12selinux: remove a duplicated includePaul Moore1-1/+0
2025-04-11selinux: support wildcard match in genfsconTakaya Saeki1-4/+15
2025-04-11selinux: constify network address pointerChristian Göttsche1-2/+2
2025-03-17selinux: get netif_wildcard policycap from policy instead of cacheChristian Göttsche1-2/+1
2025-03-07selinux: support wildcard network interface namesChristian Göttsche1-3/+13
2025-01-21Merge tag 'selinux-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-14/+16
2025-01-07selinux: rename comparison functions for clarityChristian Göttsche1-1/+1
2025-01-07selinux: rework match_ipv6_addrmask()Christian Göttsche1-7/+5
2025-01-07selinux: constify and reconcile function parameter namesChristian Göttsche1-2/+2
2025-01-04selinux: match extended permissions to their base permissionsThiébaud Weksteen1-7/+21
2024-12-15selinux: ignore unknown extended permissionsThiébaud Weksteen1-2/+6
2024-12-13selinux: add support for xperms in conditional policiesChristian Göttsche1-4/+8
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-3/+3
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler1-4/+0
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler1-3/+7
2024-10-07selinux: Add netlink xperm supportThiébaud Weksteen1-36/+42
2024-07-29selinux: Streamline type determination in security_compute_sidCanfeng Guo1-17/+19
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua1-2/+3
2024-04-30selinux: avoid printk_ratelimit()Christian Göttsche1-2/+1
2023-11-21selinux: introduce an initial SID for early boot processesOndrej Mosnacek1-1/+12
2023-08-09selinux: make left shifts well definedChristian Göttsche1-6/+6
2023-08-09selinux: update type for number of class permissions in services codeChristian Göttsche1-1/+1
2023-08-03selinux: avoid implicit conversions in services codeChristian Göttsche1-11/+12
2023-07-19selinux: update my email addressStephen Smalley1-1/+1
2023-07-19selinux: drop avtab_search()Christian Göttsche1-7/+6
2023-07-18selinux: use consistent type for AV rule specifierChristian Göttsche1-1/+1
2023-05-08selinux: small cleanups in selinux_audit_rule_init()Paul Moore1-20/+18
2023-05-08selinux: adjust typos in commentsChristian Göttsche1-1/+1
2023-03-14selinux: stop passing selinux_state pointers and their offspringStephen Smalley1-205/+141
2022-12-13Merge tag 'selinux-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-31/+23
2022-11-09selinux: remove the sidtab context conversion indirect callsPaul Moore1-30/+21
2022-10-19selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()GONG, Ruiqi1-2/+3
2022-06-13selinux: fix memleak in security_read_state_kernel()Xiu Jianfeng1-1/+8
2022-05-03selinux: declare data arrays constChristian Göttsche1-2/+2
2022-05-03selinux: fix indentation level of mls_ops blockChristian Göttsche1-21/+21
2022-04-04selinux: Remove redundant assignmentsMichal Orzel1-1/+0
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche1-2/+0
2022-01-26selinux: drop cast to same typeChristian Göttsche1-1/+1
2022-01-25selinux: declare path parameters of _genfs_sid constChristian Göttsche1-3/+3
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore1-4/+10
2021-10-11selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-85/+77
2021-07-14selinux: return early for possible NULL audit buffersAustin Kim1-0/+2
2021-06-11selinux: Fix kernel-docYang Li1-1/+22
2021-05-10selinux: Remove redundant assignment to rcJiapeng Chong1-4/+0
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+2
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-1/+1
2021-04-22LSM: Infrastructure management of the superblockCasey Schaufler1-1/+2