mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-26 18:35:30 +00:00
chore: Just syntax fix
This commit is contained in:
parent
7ab7e07b67
commit
8c544aec06
@ -185,13 +185,13 @@ setup-virtualization ACTION="":
|
||||
fi
|
||||
bash -c "cat << KVMFR_SELINUX > $HOME/.config/selinux_te/kvmfr.te
|
||||
module kvmfr 1.0;
|
||||
|
||||
|
||||
require {
|
||||
type device_t;
|
||||
type svirt_t;
|
||||
class chr_file { open read write map };
|
||||
}
|
||||
|
||||
|
||||
#============= svirt_t ==============
|
||||
allow svirt_t device_t:chr_file { open read write map };
|
||||
KVMFR_SELINUX"
|
||||
|
Loading…
x
Reference in New Issue
Block a user