Add support for Xephyr -resizable, so sandbox can now resize window
- Add support for compressed policy.xml - Miroslav Grepl patch to allow sepolicy interface on individual interface fil - Also add capability to test interfaces for correctness.
This commit is contained in:
parent
5918716f29
commit
68b643cce8
@ -249369,13 +249369,14 @@ index 521afcd..0c8cd1e 100644
|
||||
.SH "SEE ALSO"
|
||||
.TP
|
||||
diff --git a/policycoreutils/sandbox/sandboxX.sh b/policycoreutils/sandbox/sandboxX.sh
|
||||
index 23de6f6..171bb05 100644
|
||||
index 23de6f6..eaa500d 100644
|
||||
--- a/policycoreutils/sandbox/sandboxX.sh
|
||||
+++ b/policycoreutils/sandbox/sandboxX.sh
|
||||
@@ -6,6 +6,20 @@ export TITLE="Sandbox $context -- `grep ^#TITLE: ~/.sandboxrc | /usr/bin/cut -b8
|
||||
@@ -6,7 +6,21 @@ export TITLE="Sandbox $context -- `grep ^#TITLE: ~/.sandboxrc | /usr/bin/cut -b8
|
||||
[ -z $2 ] && export DPI="96" || export DPI="$2"
|
||||
trap "exit 0" HUP
|
||||
|
||||
-(/usr/bin/Xephyr -title "$TITLE" -terminate -screen $SCREENSIZE -dpi $DPI -nolisten tcp -displayfd 5 5>&1 2>/dev/null) | while read D; do
|
||||
+mkdir -p ~/.config/openbox
|
||||
+cat > ~/.config/openbox/rc.xml << EOF
|
||||
+<openbox_config xmlns="http://openbox.org/3.4/rc"
|
||||
@ -249390,9 +249391,10 @@ index 23de6f6..171bb05 100644
|
||||
+</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
|
||||
diff --git a/policycoreutils/sandbox/seunshare.c b/policycoreutils/sandbox/seunshare.c
|
||||
index dbd5977..b3f1275 100644
|
||||
--- a/policycoreutils/sandbox/seunshare.c
|
||||
|
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.1.14
|
||||
Release: 41%{?dist}
|
||||
Release: 42%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
# Based on git repository with tag 20101221
|
||||
@ -315,6 +315,12 @@ The policycoreutils-restorecond package contains the restorecond service.
|
||||
%{_bindir}/systemctl try-restart restorecond.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-42
|
||||
- Add support for Xephyr -resizable, so sandbox can now resize window
|
||||
- Add support for compressed policy.xml
|
||||
- Miroslav Grepl patch to allow sepolicy interface on individual interface fil
|
||||
- Also add capability to test interfaces for correctness.
|
||||
|
||||
* Mon May 11 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.14-41
|
||||
- Apply patches from Sven Vermeulen for sepolgen to fix typos.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user