Skip to content

Commit

Permalink
example-configs: enable selinux in default Fedora template on R4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 26, 2023
1 parent 4e4c15d commit 3b0d445
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example-configs/qubes-os-master.conf
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ TEMPLATE_LABEL += fc34:fedora-34
TEMPLATE_LABEL += fc35:fedora-35
TEMPLATE_LABEL += fc36:fedora-36
TEMPLATE_LABEL += fc37:fedora-37
TEMPLATE_LABEL += fc37++selinux:fedora-37
TEMPLATE_LABEL += fc34+minimal:fedora-34-minimal
TEMPLATE_LABEL += fc35+minimal:fedora-35-minimal
TEMPLATE_LABEL += fc36+minimal:fedora-36-minimal
Expand All @@ -149,6 +150,7 @@ TEMPLATE_LABEL += fc34+xfce:fedora-34-xfce
TEMPLATE_LABEL += fc35+xfce:fedora-35-xfce
TEMPLATE_LABEL += fc36+xfce:fedora-36-xfce
TEMPLATE_LABEL += fc37+xfce:fedora-37-xfce
TEMPLATE_LABEL += fc37+xfce+selinux:fedora-37-xfce

# Debian
TEMPLATE_LABEL += stretch:debian-9
Expand Down Expand Up @@ -197,6 +199,9 @@ TEMPLATE_ALIAS += bookworm:bookworm+standard
TEMPLATE_ALIAS += bookworm+gnome:bookworm+gnome+standard
TEMPLATE_ALIAS += bookworm+minimal:bookworm+minimal+no-recommends

TEMPLATE_ALIAS += fc37:fc37++selinux
TEMPLATE_ALIAS += fc37+xfce:fc37+xfce+selinux

# Ubuntu
TEMPLATE_ALIAS += bionic:bionic+standard
TEMPLATE_ALIAS += focal:focal+standard
Expand Down

0 comments on commit 3b0d445

Please sign in to comment.