You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aug 24 13:11:02 glend setroubleshoot[46820]: SELinux is preventing rpc-virtqemud from create access on the directory swtpm. For complete SELinux messages run: sealert ->
Aug 24 13:11:02 glend setroubleshoot[46820]: SELinux is preventing rpc-virtqemud from create access on the directory swtpm.
***** Plugin catchall (100. confidence) suggests **************************
If you believe that rpc-virtqemud should be allowed create access on the swtpm directory by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# ausearch -c 'rpc-virtqemud' --raw | audit2allow -M my-rpcvirtqemud
# semodule -X 300 -i my-rpcvirtqemud.pp
This is a known issue which is solved in bluefin/bazzite by adding a swtpm-workaround service.
The text was updated successfully, but these errors were encountered:
Fixes: #190
I've run into the swtpm issue on my ucore installs and others have hit
libvirt log dir issues. These workarounds were already present in
Bluefin. Borrowed the fixes from there.
This is a known issue which is solved in bluefin/bazzite by adding a swtpm-workaround service.
The text was updated successfully, but these errors were encountered: