-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch allows users to resize sandbox -X windows. This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlJpK+YACgkQrlYvE4MpobPMZACgoiTlz0Lj+g0tB2Eivw7yGiav Fu8AoLgfz7/yukWGRSxoQ69pO+13aWnk =GY2u -----END PGP SIGNATURE-----
>From 9b84f2599bef492949928096f5c5de1399c73084 Mon Sep 17 00:00:00 2001 From: Dan Walsh <dwalsh@xxxxxxxxxx> Date: Wed, 9 Oct 2013 17:28:04 -0400 Subject: [PATCH 32/74] Xephry now supports resizable flag --- policycoreutils/sandbox/sandboxX.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policycoreutils/sandbox/sandboxX.sh b/policycoreutils/sandbox/sandboxX.sh index 171bb05..eaa500d 100644 --- a/policycoreutils/sandbox/sandboxX.sh +++ b/policycoreutils/sandbox/sandboxX.sh @@ -20,7 +20,7 @@ cat > ~/.config/openbox/rc.xml << EOF </openbox_config> EOF -(/usr/bin/Xephyr -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do +(/usr/bin/Xephyr -resizeable -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do export DISPLAY=:$D cat > ~/seremote << __EOF #!/bin/sh -- 1.8.3.1