mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-04 22:20:38 +01:00
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# Firejail is the standard sandboxing software.
|
||
|
#
|
||
|
# To run a program with firejail, simply use:
|
||
|
# firejail <program_name>
|
||
|
#
|
||
|
# https://wiki.archlinux.org/index.php/Firejail
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S firejail
|