Ben Carner
Ben Carner
After investigation, it appears to me that this is happening because /usr/bin/jellyfin (Context: system_u:object_r:bin_t:s0) is a symlink to /usr/lib64/jellyfin/jellyfin (Context: system_u:object_r:lib_t:s0). Starting a domain from type lib_t transitions to type...
> @gandihar what is SELinux complaining about now? Actually, not a blessed thing. It's running fine now. I had to clear my browser cache to get past that 'select server'...
I have an updated .spec file for the build on EL8 if anyone's interested (Got binaries too). Or if any of the dev team is monitoring it, I'd like to...
Because relabeling is more work and has to be maintained, otherwise any file relabeling (touch /.autorelabel && reboot or restorecon) will undo it. The way I've done it, you don't...
How is writing and maintaining a new SELinux policy easier than replacing a symlink with a shell script? The fix I proposed requires exactly zero SELinux changes or maintenance. It...
I also used the overlay timestamp on videos. When reviewing a large (most of the screen) video stream, I don't get the sidebar with the time/date, so I used the...
'Sup Woz! > Did you use `salt-pip` to install libvirt? > > `/opt/saltstack/salt/salt-pip install libvirt-python` The pip install is part of a State that I apply to all my vm...
Okay, now were're getting somewhere: ``` shell $ /opt/saltstack/salt/bin/python3 -c 'import libvirt; from libvirt import libvirtError' Traceback (most recent call last): File "/opt/saltstack/salt/extras-3.10/libvirt.py", line 16, in import cygvirtmod as libvirtmod...
Confirmed the above is the same on Rocky 9 as well.
/opt/salts**t**ack/salt/salt-pip install -v libvirt-python (Took me a few tries to catch the typo) attached. [salt-pip-install-libvirt.log](https://github.com/saltstack/salt/files/13698287/salt-pip-install-libvirt.log)