summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-08 01:29:24 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2019-10-08 01:38:54 +0100
commit5f4697fd7d03aad17f5b5ee79a1fbc5f9b472601 (patch)
tree6d3de410fc52cf4cf36db629b3bd28c7579bf1d7 /meson_options.txt
parentc7d0d6e6c9e7a3179af67ece78505a79bd02ad5b (diff)
downloadenlightenment-5f4697fd7d03aad17f5b5ee79a1fbc5f9b472601.tar.gz
e - add polkit module to add an auth agent into e
new feature - polkit auth agent support partly in core (need to have the pam setuid root auth tool respond via dbus) and partly a module (the agent dbus protocol handling and setup as well as auth gui). this took me a while even with all the docs to work out how polkit works... it was really fussy and its data structs are an extra pain in the butt to craft with eldbus, but i managed it. not everything is supported but the core basics are there and this can be built on. right now the gui is really basic, but does the job.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d3457def87..3a077e8a72 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -155,6 +155,10 @@ option('lokker',
type: 'boolean',
value: true,
description: 'enable lokker module: (default=true)')
+option('polkit',
+ type: 'boolean',
+ value: true,
+ description: 'enable polkit module: (default=true)')
option('luncher',
type: 'boolean',
value: true,