Skip to content

Commit 296e54b

Browse files
author
Christopher Burg
committed
Adding the setools-gui for some SELinux debugging.
1 parent 0315a16 commit 296e54b

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

build_files/build.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@ set -ouex pipefail
99
# List of rpmfusion packages can be found here:
1010
# https://mirrors.rpmfusion.org/mirrorlist?path=free/fedora/updates/39/x86_64/repoview/index.html&protocol=https&redirect=1
1111

12-
# I pulled the libvirt package list from the Bluefin package list for the dx
13-
# variant available here:
12+
# My goal is to get libvirt installed and running as it runs on my Fedora
13+
# Workstation systems. To this end I install a list of libvirt and qemu
14+
# packages.
15+
#
16+
# This list is a combination of the package list from bluefin-dx and Fedora
17+
# Workstation. The bluefin-dx package list can be found here:
1418
#
1519
# https://github.com/ublue-os/bluefin/blob/main/packages.json
1620
#
21+
# I pulled the Fedora Workstation packages from a running installation.
22+
#
1723
# I left out libvirt-nss since I don't need it.
1824
dnf5 install -y \
1925
libvirt \
@@ -50,6 +56,7 @@ dnf5 remove -y \
5056
gnome-shell-extension-caffeine \
5157
gnome-shell-extension-blur-my-shell \
5258
yaru-theme \
59+
setools-gui \
5360

5461
# I typically add my user to the libvirt group so I can start up virtual machines
5562
# without entering a sudo password. The group is missing from the standard Bluefin

0 commit comments

Comments
 (0)