aboutsummaryrefslogtreecommitdiffstats
path: root/etc/nano.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+GitHub@protonmail.com>2019-02-26 17:34:02 +0000
committerLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-26 17:34:02 +0000
commit90df300f97d52554dfe17d2ff1451f5f7ab5bd11 (patch)
tree1d4ef0702d231cc6bd0cd542d0233e78156ec35e /etc/nano.profile
parentSort items alphabetically in man firejail (#2479) (diff)
downloadfirejail-90df300f97d52554dfe17d2ff1451f5f7ab5bd11.tar.gz
firejail-90df300f97d52554dfe17d2ff1451f5f7ab5bd11.tar.zst
firejail-90df300f97d52554dfe17d2ff1451f5f7ab5bd11.zip
Create nano.profile (#2422)
* Create nano.profile * Update nano.profile, rnano.profile * rnano.profile: comment include globals.local * Update nano.profile, rnano.profile
Diffstat (limited to 'etc/nano.profile')
-rw-r--r--etc/nano.profile47
1 files changed, 47 insertions, 0 deletions
diff --git a/etc/nano.profile b/etc/nano.profile
new file mode 100644
index 000000000..d4855a315
--- /dev/null
+++ b/etc/nano.profile
@@ -0,0 +1,47 @@
1# Firejail profile for nano
2# Description: nano is a easy text editor for the terminal
3# This file is overwritten after every install/update
4# Persistent local customizations
5include nano.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/nano
10noblacklist ${HOME}/.nanorc
11
12include disable-common.inc
13include disable-devel.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17
18apparmor
19caps.drop all
20ipc-namespace
21machine-id
22net none
23no3d
24nodbus
25nodvd
26nogroups
27nonewprivs
28noroot
29nosound
30notv
31nou2f
32novideo
33protocol unix
34seccomp
35shell none
36tracelog
37
38# disable-mnt
39private-bin nano,rnano
40private-cache
41private-dev
42# Comment the next line if you want to edit files in /etc directly
43private-etc alternatives,nanorc
44
45memory-deny-write-execute
46noexec ${HOME}
47noexec /tmp