summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/polkit
Commit message (Collapse)AuthorAgeFilesLines
* add policy for drakautologinThierry Vignaud2016-01-021-0/+22
|
* Do not exec pkexec but run it so it has a parent process to fix double fork ↵Colin Guthrie2014-01-221-1/+1
| | | | issues mga#11184 mga#12364
* polkit: Add support to draksec for writing polkit policy override rules.Colin Guthrie2013-11-212-1/+15
| | | | This allows draksec to override things properly under polkit.
* polkit: fix wrappers to properly escape arguments when calling the binaryColin Guthrie2013-11-121-1/+1
|
* properly escape 5096UIDThomas Backlund2013-11-111-1/+1
|
* use 500 instead of 500Thomas Backlund2013-11-101-1/+1
|
* fix typo in last Makefile changeThomas Backlund2013-11-091-1/+1
|
* use /usr/libexec/drakrpm-addmedia directly in stage2 (colin, #11319)Thomas Backlund2013-11-091-1/+1
|
* polkit: Use exec in wrapper scriptsColin Guthrie2013-10-121-1/+1
|
* polkit: Handle some more binaries missed in the polkit conversion.Colin Guthrie2013-10-116-0/+132
| | | | mga#11125 mga#11418
* polkit: Shuffle around folders a bitColin Guthrie2013-10-118-1/+1
|
* polkit: Generate wrapper scripts automatically from policy files.Colin Guthrie2013-10-118-20/+14
| | | | | | | This relies on the name of the policy files but that's fine. We no longer need to write lots of boiler plate wrapper scripts. mga#11125
* polkit: Allow polkit policy messages to be translatedColin Guthrie2013-09-298-14/+30
|
* polkit: Move policy files into standalone directory.Colin Guthrie2013-09-2914-0/+168
This will be needed to be able to translate the policy files.