From: Robert Swiecki Date: Sat, 27 May 2017 19:50:15 +0000 (+0200) Subject: configs: Xauthority is not required X-Git-Tag: 1.4~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06b92dfca414ea94e22040c54d0043c56e4bc5c3;p=platform%2Fupstream%2Fnsjail.git configs: Xauthority is not required --- diff --git a/configs/firefox-with-net.cfg b/configs/firefox-with-net.cfg index e3315ce..d98dc02 100644 --- a/configs/firefox-with-net.cfg +++ b/configs/firefox-with-net.cfg @@ -24,7 +24,6 @@ time_limit: 0 envar: "HOME=/home/jagger" envar: "DISPLAY=:0" -envar: "XAUTHORITY=/home/jagger/.Xauthority" rlimit_as: 4096 rlimit_cpu: 1000 @@ -124,12 +123,6 @@ mount { is_ro: false } -mount { - src: "/home/jagger/.Xauthority" - dst: "/home/jagger/.Xauthority" - is_bind: true -} - mount { dst: "/home/jagger/.cache" fstype: "tmpfs" diff --git a/configs/home-documents-with-xorg-no-net.cfg b/configs/home-documents-with-xorg-no-net.cfg index 27b0395..e0721d3 100644 --- a/configs/home-documents-with-xorg-no-net.cfg +++ b/configs/home-documents-with-xorg-no-net.cfg @@ -17,7 +17,6 @@ cwd: "/" time_limit: 1000 envar: "DISPLAY=:0" -envar: "XAUTHORITY=/home/jagger/.Xauthority" rlimit_as: 512 rlimit_cpu: 1000 @@ -82,12 +81,6 @@ mount { is_bind: true } -mount { - src: "/home/jagger/.Xauthority" - dst: "/home/jagger/.Xauthority" - is_bind: true -} - mount { src: "/etc/passwd" dst: "/etc/passwd"