]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Plumbing to perform SELinux checks in varlink API (#38146)
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 11 Jul 2025 01:20:36 +0000 (10:20 +0900)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 01:20:36 +0000 (10:20 +0900)
This PR does minimal changes to introduce varlink support. Ideally, the
code should switch to using `mac_selinux_get_our_label()` and new
`mac_selinux_get_peer_label()`. But I leave it for now to minimize
breakage. `mac_selinux_get_peer_label()` remains unused.

This is a prep step to merge
https://github.com/systemd/systemd/pull/38032


Trivial merge