-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b8f77e
commit e7ef3a8
Showing
2 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# Enable SELinux | ||
|
||
To enable SELinux, do the following after you have run fedora-minimal.sh: | ||
- Shutdown the VM | ||
- Shutdown the VM. | ||
- Run `qvm-features fedora-40-minimal selinux 1`. | ||
- Start the minimal vm. Wait for it to shut itself down. | ||
- Run `qvm-features fedora-40-minimal selinux 0`. | ||
- Turn the VM on, remove `/.autorelabel`. | ||
- Turn the VM off. | ||
- Run `qvm-features fedora-40-minimal selinux 1`. | ||
- Start the minimal VM. | ||
- Edit /etc/sysconfig/selinux and change SELINUX mode to enforcing. | ||
- Restart the VM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters