summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-01-22 23:00:31 +0000
committerColin Guthrie <colin@mageia.org>2014-01-22 23:20:06 +0000
commitf40d4ecae66a6166ef858770d3863729c78dfb64 (patch)
treef5ad28531aa188025f84b97e8d4072c5ba519ade
parent879030fc5895172c8cbdd715e8817396d83a1846 (diff)
downloaddrakx-net-distro/mga3.tar
drakx-net-distro/mga3.tar.gz
drakx-net-distro/mga3.tar.bz2
drakx-net-distro/mga3.tar.xz
drakx-net-distro/mga3.zip
Do not exec pkexec but run it so it has a parent process to fix double fork issues mga#11184 mga#12364distro/mga3
-rw-r--r--NEWS3
-rw-r--r--polkit/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8f2102d..41d969d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- do not exec pkexec but run it so it has a parent process to fix double fork
+ issues mga#11184 mga#12364
+
2.10
- block CHLD signals on startup in order to prevent glib-threading segfaults
diff --git a/polkit/Makefile b/polkit/Makefile
index 631426e..6fef4f7 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -14,7 +14,7 @@ clean:
rm -f $(WRAPPERS) $(POLICY)
%: org.mageia.%.policy.in
- @echo -e '#!/bin/sh\nif [[ "$$UID" != "0" ]] ; then\n exec $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$''@"\nelse\n exec $(LIBEXECDIR)/$@ "$$''@"\nfi\n' > $@
+ @echo -e '#!/bin/sh\nif [[ "$$UID" != "0" ]] ; then\n $(BINDIR)/pkexec $(LIBEXECDIR)/$@ "$$''@"\n exit $$''?\nfi\nexec $(LIBEXECDIR)/$@ "$$''@"\n' > $@
%.policy: %.policy.in
intltool-merge --utf8 ../po $< $@ -x -u -c ../po/.intltool-merge-cache