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