1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-22 09:51:32 -05:00
QubesOS-Scripts/fedora-minimal/README.md

8 lines
270 B
Markdown
Raw Normal View History

2024-11-12 07:52:05 -05:00
# Enable SELinux
To enable SELinux, do the following after you have run fedora-minimal.sh:
2024-11-12 08:15:10 -05:00
- Shutdown the VM.
2024-11-12 07:52:05 -05:00
- Run `qvm-features fedora-40-minimal selinux 1`.
2024-11-12 08:15:10 -05:00
- Start the minimal VM.
- Edit /etc/sysconfig/selinux and change SELINUX mode to enforcing.
- Restart the VM.