firejail
$ firejail [application] [options]$ firejail firefox --net=eth0 # suppose we have a default interface named eth0# Restricted networking grants access to --interface, --net=ethXXX and --netfilter only to root user. Regular users are only allowed --net=none
restricted-network yes # comment out this line to remove the restrictions for regular users$ python3 -m http.server 8888Examples
Last updated