From 914cae393d5d84590d980b44de410cb0d3e64493 Mon Sep 17 00:00:00 2001 From: bitfreak25 Date: Mon, 1 Jan 2018 01:13:42 +0100 Subject: Fix #1702 - Couldn't start 'minetest' in Debian Testing This removes the "private-etc" line from the "minetest"-profile for a successfully start of the game. --- etc/minetest.profile | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/minetest.profile b/etc/minetest.profile index 147328616..7d5edf171 100644 --- a/etc/minetest.profile +++ b/etc/minetest.profile @@ -32,7 +32,6 @@ shell none disable-mnt private-bin minetest private-dev -private-etc asound.conf,ca-certificates,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,passwd,pulse,resolv.conf,ssl private-tmp noexec ${HOME} -- cgit v1.2.3-54-g00ecf From 63191ed96a73a2dbf4eabb5da9f56dd59b6b8e14 Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 1 Jan 2018 05:45:18 -0500 Subject: Fixup fix for #1702 --- etc/minetest.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/minetest.profile b/etc/minetest.profile index 7d5edf171..aa4c2218d 100644 --- a/etc/minetest.profile +++ b/etc/minetest.profile @@ -32,6 +32,8 @@ shell none disable-mnt private-bin minetest private-dev +# private-etc needs to be updated, see #1702 +#private-etc asound.conf,ca-certificates,drirc,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.preload,localtime,nsswitch.conf,passwd,pulse,resolv.conf,ssl private-tmp noexec ${HOME} -- cgit v1.2.3-54-g00ecf