mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
13 lines
215 B
Bash
13 lines
215 B
Bash
#!/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
|