]> git.ipfire.org Git - thirdparty/cups.git/commit
<rdar://problem/15939788> Improve CUPS sandboxing
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 12 Feb 2014 01:27:42 +0000 (01:27 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 12 Feb 2014 01:27:42 +0000 (01:27 +0000)
commit28c194b081332386a28b4c7ea4cd74167bf6af71
treec7a36a8b2cc200a04795b60342d56bcf15867c7a
parent5a757074a3c047fb83b54b583670e360ecc24eef
<rdar://problem/15939788> Improve CUPS sandboxing

Fix a bug in cups-exec where (for some reason) the call to execv was missing...

Update cups-exec to take real options (-u uid, -g gid, -n nice-value) so that
existing applications that use cups-exec won't need changes.  This will also
allow for future changes without breaking things.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11578 a1ca3aef-8c08-0410-bb20-df032aa958be
CHANGES.txt
scheduler/cups-exec.c
scheduler/process.c