systemd: fixes for systemd-user-runtime-dir#1075
Merged
Merged
Conversation
Allow systemd-user-runtime-dir to connect to
/run/systemd/userdb/io.systemd.Multiplexer and read /etc/machine-id.
Fixes:
avc: denied { write } for pid=426 comm="systemd-user-ru" name="io.systemd.Multiplexer"
dev="tmpfs" ino=63 scontext=system_u:system_r:systemd_user_runtime_dir_t
tcontext=system_u:object_r:systemd_userdbd_runtime_t tclass=sock_file permissive=1
avc: denied { connectto } for pid=426 comm="systemd-user-ru" path="/run/systemd/userdb/io.systemd.Multiplexer"
scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:system_r:systemd_userdbd_t
tclass=unix_stream_socket permissive=1
avc: denied { read } for pid=426 comm="systemd-user-ru" name="machine-id" dev="vda" ino=118
scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:object_r:etc_runtime_t tclass=file permissive=1
avc: denied { open } for pid=426 comm="systemd-user-ru" path="/etc/machine-id" dev="vda" ino=118
scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:object_r:etc_runtime_t tclass=file permissive=1
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
pebenito
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow systemd-user-runtime-dir to connect to
/run/systemd/userdb/io.systemd.Multiplexer and read /etc/machine-id.
Fixes:
avc: denied { write } for pid=426 comm="systemd-user-ru" name="io.systemd.Multiplexer" dev="tmpfs" ino=63 scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:object_r:systemd_userdbd_runtime_t tclass=sock_file permissive=1
avc: denied { connectto } for pid=426 comm="systemd-user-ru" path="/run/systemd/userdb/io.systemd.Multiplexer" scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:system_r:systemd_userdbd_t tclass=unix_stream_socket permissive=1
avc: denied { read } for pid=426 comm="systemd-user-ru" name="machine-id" dev="vda" ino=118 scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:object_r:etc_runtime_t tclass=file permissive=1
avc: denied { open } for pid=426 comm="systemd-user-ru" path="/etc/machine-id" dev="vda" ino=118 scontext=system_u:system_r:systemd_user_runtime_dir_t tcontext=system_u:object_r:etc_runtime_t tclass=file permissive=1