aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/typespeed.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-04-29 16:45:57 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-04-29 17:06:23 -0300
commit6ff97d00094052c9c9c2ca57b5e96645b3f93230 (patch)
treeceac8428df86f12319952368fe1ee933135a4b2b /etc/profile-m-z/typespeed.profile
parentseveral kids programs (diff)
downloadfirejail-6ff97d00094052c9c9c2ca57b5e96645b3f93230.tar.gz
firejail-6ff97d00094052c9c9c2ca57b5e96645b3f93230.tar.zst
firejail-6ff97d00094052c9c9c2ca57b5e96645b3f93230.zip
profiles: fix new game profiles
Fix sorting and improve comments. See etc/templates/profile.template. This amends commit 4c5f55899 ("several kids programs", 2024-04-29).
Diffstat (limited to 'etc/profile-m-z/typespeed.profile')
-rw-r--r--etc/profile-m-z/typespeed.profile9
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/profile-m-z/typespeed.profile b/etc/profile-m-z/typespeed.profile
index 08263ccb0..b98777665 100644
--- a/etc/profile-m-z/typespeed.profile
+++ b/etc/profile-m-z/typespeed.profile
@@ -4,7 +4,8 @@ include typespeed.local
4# Persistent global definitions 4# Persistent global definitions
5include globals.local 5include globals.local
6 6
7# Note: this profile requires the current user to be a member of games group 7# Note: This profile requires the current user to be a member of the games
8# group.
8 9
9include disable-common.inc 10include disable-common.inc
10include disable-devel.inc 11include disable-devel.inc
@@ -13,11 +14,10 @@ include disable-interpreters.inc
13include disable-programs.inc 14include disable-programs.inc
14include disable-xdg.inc 15include disable-xdg.inc
15 16
17whitelist /usr/share/typespeed
16include whitelist-run-common.inc 18include whitelist-run-common.inc
17include whitelist-runuser-common.inc 19include whitelist-runuser-common.inc
18whitelist /usr/share/typespeed
19include whitelist-usr-share-common.inc 20include whitelist-usr-share-common.inc
20writable-var # game scores stored under /var/games
21include whitelist-var-common.inc 21include whitelist-var-common.inc
22 22
23apparmor 23apparmor
@@ -38,8 +38,9 @@ tracelog
38disable-mnt 38disable-mnt
39private 39private
40private-dev 40private-dev
41private-etc @x11,@sound,@games 41private-etc @games,@sound,@x11
42private-tmp 42private-tmp
43writable-var # game scores are stored under /var/games
43 44
44dbus-user none 45dbus-user none
45dbus-system none 46dbus-system none