mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 21:37:51 +00:00
Add bubblejail
This commit is contained in:
@@ -2,6 +2,7 @@ type: rpm-ostree
|
||||
repos:
|
||||
- https://copr.fedorainfracloud.org/coprs/secureblue/hardened_malloc/repo/fedora-39/secureblue-hardened_malloc-fedora-39.repo
|
||||
- https://copr.fedorainfracloud.org/coprs/secureblue/bubblewrap-suid/repo/fedora-39/secureblue-bubblewrap-suid-fedora-39.repo
|
||||
- https://copr.fedorainfracloud.org/coprs/secureblue/bubblejail/repo/fedora-39/secureblue-bubblejail-fedora-39.repo
|
||||
install:
|
||||
- python3-pip
|
||||
# GNOME's GTK4 theme, Libadwaita. Already included in Silverblue, but not
|
||||
@@ -18,6 +19,7 @@ install:
|
||||
- chkrootkit
|
||||
- koji
|
||||
- bubblewrap-suid
|
||||
- bubblejail
|
||||
|
||||
remove:
|
||||
- firefox
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
# builds actually ran successfully without any errors!
|
||||
set -oue pipefail
|
||||
|
||||
echo "Installing chromium from koji updates-testing"
|
||||
echo "Installing chromium from koji updates"
|
||||
koji download-build --arch=x86_64 $(koji latest-build f39-updates chromium | awk 'NR==3 {print $1}')
|
||||
rm chromedriver-*.rpm
|
||||
rm chromium-headless-*.rpm
|
||||
|
||||
Reference in New Issue
Block a user