- Add
lsm=landlock,lockdown,yama,integrity,apparmor,bpf
to kernel parameters (check subsections) - Run
sudo aa-enforce firejail-default
- Copying
firejail
profiles:sudo cp ./firejail_profiles/* /etc/firejail/
Update /etc/default/grub
with the following.
GRUB_CMDLINE_LINUX_DEFAULT="quiet udev.log_priority=3 apparmor=1 lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
Then run
sudo grub-mkconfig -o /boot/grub/grub.cfg
Choose a config in /boot/loader/entries/*.conf
and add the parameters.
options (some_other_params) apparmor=1 lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
Install plugins in pkglist/burpsuite
.
Install pref.js
from dotfiles