Replies: 1 comment
-
I'd like to add that if you want to share directory tree with Samba and SELinux is turned on in your distribution, it may be easier to run Samba as a rootful podman container, than trying to sort out SELinux context for shared books directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is rootless configuration. Tested on Fedora 41 with
podman
.Create file
$HOME/.config/containers/systemd/stump.container
with the following content.Make sure to replace
$HOME
and$USER
with values for your user.To test on non-interactive user use command
machinectl shell --uid $YourTargetUser
. Don't usesu
.Beta Was this translation helpful? Give feedback.
All reactions