summaryrefslogtreecommitdiffstats
path: root/polkit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-01-22 23:00:32 +0000
committerColin Guthrie <colin@mageia.org>2014-01-22 23:20:06 +0000
commitb5c5b3e9c21edeb407ae4060d1ec54b9f542faa3 (patch)
tree42b0e1f8b230dbcc0c3be5e1dc8563621f0d4d2f /polkit
parentbf0f8c55fdb94747696f4c6ea4557086be6e66e9 (diff)
downloadcontrol-center-b5c5b3e9c21edeb407ae4060d1ec54b9f542faa3.tar
control-center-b5c5b3e9c21edeb407ae4060d1ec54b9f542faa3.tar.gz
control-center-b5c5b3e9c21edeb407ae4060d1ec54b9f542faa3.tar.bz2
control-center-b5c5b3e9c21edeb407ae4060d1ec54b9f542faa3.tar.xz
control-center-b5c5b3e9c21edeb407ae4060d1ec54b9f542faa3.zip
Do not exec pkexec but run it so it has a parent process to fix double fork issues mga#11184 mga#12364
Diffstat (limited to 'polkit')
-rw-r--r--polkit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/polkit/Makefile b/polkit/Makefile
index b577f9e7..2b27470e 100644
--- a/polkit/Makefile
+++ b/polkit/Makefile
@@ -15,7 +15,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