aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--etc/default.profile3
-rw-r--r--etc/display.profile1
-rw-r--r--etc/etr.profile11
-rw-r--r--etc/feh.profile1
5 files changed, 16 insertions, 4 deletions
diff --git a/README b/README
index 6f3342650..8aa1bf691 100644
--- a/README
+++ b/README
@@ -547,11 +547,11 @@ rusty-snake (https://github.com/rusty-snake)
547 - added profiles: kid3-qt, kid3-cli, anki, utox 547 - added profiles: kid3-qt, kid3-cli, anki, utox
548 - fixed profiles: kdenlive, bibletime, rhythmbox, gajim, seahorse 548 - fixed profiles: kdenlive, bibletime, rhythmbox, gajim, seahorse
549 - fixed profiles: libreoffice, gnome-maps, wget, seahorse-tool 549 - fixed profiles: libreoffice, gnome-maps, wget, seahorse-tool
550 - fixed profiles: gnome-logs, klavaro 550 - fixed profiles: gnome-logs, klavaro, default
551 - hardened profiles: disable-common.inc, disable-programs.inc 551 - hardened profiles: disable-common.inc, disable-programs.inc
552 - hardened profiles: gajim, evince, ffmpeg, feh-network.inc, qtox 552 - hardened profiles: gajim, evince, ffmpeg, feh-network.inc, qtox
553 - hardened profiles: gnome-clocks, meld, minetest, youtube-dl 553 - hardened profiles: gnome-clocks, meld, minetest, youtube-dl
554 - hardened profiles: bibletime, whois 554 - hardened profiles: bibletime, whois, etr, display, feh
555 - gnome-mpv was renamed to celluloid 555 - gnome-mpv was renamed to celluloid
556 - updates for ~/.cargo and ~/.python-history 556 - updates for ~/.cargo and ~/.python-history
557Salvo 'LtWorf' Tomaselli (https://github.com/ltworf) 557Salvo 'LtWorf' Tomaselli (https://github.com/ltworf)
diff --git a/etc/default.profile b/etc/default.profile
index 3eacf9546..95a6e8095 100644
--- a/etc/default.profile
+++ b/etc/default.profile
@@ -19,6 +19,8 @@ include disable-programs.inc
19# apparmor 19# apparmor
20caps.drop all 20caps.drop all
21# ipc-namespace 21# ipc-namespace
22# machine-id
23# net none
22netfilter 24netfilter
23# no3d 25# no3d
24# nodbus 26# nodbus
@@ -33,6 +35,7 @@ noroot
33protocol unix,inet,inet6 35protocol unix,inet,inet6
34seccomp 36seccomp
35# shell none 37# shell none
38# tracelog
36 39
37# disable-mnt 40# disable-mnt
38# private 41# private
diff --git a/etc/display.profile b/etc/display.profile
index e66fa3ae9..0bab32db1 100644
--- a/etc/display.profile
+++ b/etc/display.profile
@@ -17,6 +17,7 @@ noblacklist /usr/local/lib/python3*
17 17
18include disable-common.inc 18include disable-common.inc
19include disable-devel.inc 19include disable-devel.inc
20include disable-exec.inc
20include disable-interpreters.inc 21include disable-interpreters.inc
21include disable-passwdmgr.inc 22include disable-passwdmgr.inc
22include disable-programs.inc 23include disable-programs.inc
diff --git a/etc/etr.profile b/etc/etr.profile
index cf13a42de..d93d3de63 100644
--- a/etc/etr.profile
+++ b/etc/etr.profile
@@ -8,14 +8,18 @@ include globals.local
8noblacklist ${HOME}/.etr 8noblacklist ${HOME}/.etr
9 9
10include disable-common.inc 10include disable-common.inc
11include disable-exec.inc
12include disable-interpreters.inc
11include disable-passwdmgr.inc 13include disable-passwdmgr.inc
12include disable-programs.inc 14include disable-programs.inc
15include disable-xdg.inc
13 16
14mkdir ${HOME}/.etr 17mkdir ${HOME}/.etr
15whitelist ${HOME}/.etr 18whitelist ${HOME}/.etr
16include whitelist-common.inc 19include whitelist-common.inc
17include whitelist-var-common.inc 20include whitelist-var-common.inc
18 21
22apparmor
19caps.drop all 23caps.drop all
20net none 24net none
21nodbus 25nodbus
@@ -28,8 +32,11 @@ nou2f
28protocol unix,netlink 32protocol unix,netlink
29seccomp 33seccomp
30shell none 34shell none
35tracelog
31 36
32# private-bin etr 37disable-mnt
38private-bin etr
39private-cache
33private-dev 40private-dev
34# private-etc alternatives 41# private-etc alternatives,drirc,machine-id,openal
35private-tmp 42private-tmp
diff --git a/etc/feh.profile b/etc/feh.profile
index f020bace5..6a8071c28 100644
--- a/etc/feh.profile
+++ b/etc/feh.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9include disable-common.inc 9include disable-common.inc
10include disable-devel.inc 10include disable-devel.inc
11include disable-exec.inc
11include disable-interpreters.inc 12include disable-interpreters.inc
12include disable-passwdmgr.inc 13include disable-passwdmgr.inc
13include disable-programs.inc 14include disable-programs.inc