aboutsummaryrefslogtreecommitdiffstats
path: root/etc/atool.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2018-10-13 02:34:17 +0000
committerLibravatar GitHub <noreply@github.com>2018-10-13 02:34:17 +0000
commit74ac8eed4324be53c5878edda93ed1ffd95855a3 (patch)
tree925225ecf379f01f466c23a86b3e1f542674b69a /etc/atool.profile
parentfs_whitelist: no warning if macro resolution fails because of missing homedir (diff)
downloadfirejail-74ac8eed4324be53c5878edda93ed1ffd95855a3.tar.gz
firejail-74ac8eed4324be53c5878edda93ed1ffd95855a3.tar.zst
firejail-74ac8eed4324be53c5878edda93ed1ffd95855a3.zip
Fix atool for UID/GID > 1000
Diffstat (limited to 'etc/atool.profile')
-rw-r--r--etc/atool.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/atool.profile b/etc/atool.profile
index c672ed11d..161b211eb 100644
--- a/etc/atool.profile
+++ b/etc/atool.profile
@@ -40,5 +40,6 @@ tracelog
40private-cache 40private-cache
41# private-bin atool 41# private-bin atool
42private-dev 42private-dev
43private-etc passwd,group 43# without login.defs atool complains and uses UID/GID 1000 by default
44private-etc passwd,group,login.defs
44private-tmp 45private-tmp