From 74ac8eed4324be53c5878edda93ed1ffd95855a3 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 13 Oct 2018 02:34:17 +0000 Subject: Fix atool for UID/GID > 1000 --- etc/atool.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 private-cache # private-bin atool private-dev -private-etc passwd,group +# without login.defs atool complains and uses UID/GID 1000 by default +private-etc passwd,group,login.defs private-tmp -- cgit v1.2.3-54-g00ecf