mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2025-02-20 18:21:34 -05:00
Compare commits
3 Commits
8aca86a381
...
3d163f7d56
Author | SHA1 | Date | |
---|---|---|---|
3d163f7d56 | |||
fa0caddd15 | |||
78e16aa243 |
@ -28,7 +28,7 @@ sudo dnf config-manager addrepo --from-repofile=https://repository.mullvad.net/r
|
||||
sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1 rpmfusion-free.enabled=1 rpmfusion-free-updates.enabled=1 rpmfusion-nonfree.enabled=1 rpmfusion-nonfree-updates.enabled=1
|
||||
|
||||
# Install the package
|
||||
sudo dnf install -y ffmpeg mullvad-browser
|
||||
sudo dnf install -y ffmpeg ffmpegthumbnailer mullvad-browser
|
||||
sudo dnf update -y @multimedia --setopt="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
|
||||
|
||||
# Disable hardened_malloc (for now)
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
To enable SELinux, do the following after you have run fedora-minimal.sh:
|
||||
- Shutdown the VM.
|
||||
- Run `qvm-features fedora-40-minimal selinux 1`.
|
||||
- Run `qvm-features fedora-41-minimal selinux 1`.
|
||||
- Start the minimal VM.
|
||||
- Edit /etc/sysconfig/selinux and change SELINUX mode to enforcing.
|
||||
- Restart the VM.
|
||||
- Restart the VM.
|
||||
|
@ -51,7 +51,7 @@ sudo chmod 644 /etc/modprobe.d/workstation-blacklist.conf
|
||||
download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/sysctl.d/99-workstation.conf /etc/sysctl.d/99-workstation.conf
|
||||
# Dracut doesn't seem to work - need to investigate
|
||||
# dracut -f
|
||||
sudo sysctl -p
|
||||
# sudo sysctl -p
|
||||
|
||||
# Setup ZRAM
|
||||
download https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/systemd/zram-generator.conf /etc/systemd/zram-generator.conf
|
||||
@ -66,4 +66,4 @@ echo 'libhardened_malloc.so' | sudo tee /etc/ld.so.preload
|
||||
sudo chmod 644 /etc/ld.so.preload
|
||||
|
||||
# Prepare for SELinux
|
||||
sudo touch /.autorelabel
|
||||
sudo touch /.autorelabel
|
||||
|
Loading…
Reference in New Issue
Block a user