From: Stefan Agner <stefan@agner.ch>
To: openembedded-core@lists.openembedded.org
Cc: Stefan Agner <stefan.agner@toradex.com>
Subject: [PATCH 0/5] Add polkit distro feature
Date: Tue, 15 Jan 2019 23:27:25 +0100 [thread overview]
Message-ID: <20190115222730.54560-1-stefan@agner.ch> (raw)
From: Stefan Agner <stefan.agner@toradex.com>
This patchset adds Polkit (formerly known as PolicyKit) as a distro feature.
Polkit is used to centrally manage system policies and allows non-privileged
processes access privileged operations.
Since various packages such as systemd, ConnMan or NetworkManager allow building
with/without Polkit support it is sensible to have a global policy by using a
distro feature to descide whether to use Polkit.
Currently there is NetworkManager and xfce4 which enable polkit if systemd is
enabled. Using Polkit as a distro feature allows to easily prevent any Polkit
use while still using systemd.
I plan to send another patch to wire this up in various packages in
meta-openembedded as well as documentation update.
--
Stefan
Stefan Agner (5):
systemd: only enable polkit if DISTRO_FEATURES asks for polkit
gconf: rename policykit to polkit
gconf: enable polkit if polkit distro feature is set
consolekit: rename policykit to polkit
consolekit: enable polkit if polkit distro feature is set
meta/recipes-core/systemd/systemd_239.bb | 3 +--
meta/recipes-gnome/gnome/gconf_3.2.6.bb | 7 +++----
meta/recipes-support/consolekit/consolekit_0.4.6.bb | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)
--
2.13.6
next reply other threads:[~2019-01-15 22:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-15 22:27 Stefan Agner [this message]
2019-01-15 22:27 ` [PATCH 1/5] systemd: only enable polkit if DISTRO_FEATURES asks for polkit Stefan Agner
2019-01-15 22:27 ` [PATCH 2/5] gconf: rename policykit to polkit Stefan Agner
2019-01-15 22:27 ` [PATCH 3/5] gconf: enable polkit if polkit distro feature is set Stefan Agner
2019-01-15 22:27 ` [PATCH 4/5] consolekit: rename policykit to polkit Stefan Agner
2019-01-15 22:27 ` [PATCH 5/5] consolekit: enable polkit if polkit distro feature is set Stefan Agner
2019-01-15 22:39 ` [PATCH 0/5] Add polkit distro feature Randy MacLeod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190115222730.54560-1-stefan@agner.ch \
--to=stefan@agner.ch \
--cc=openembedded-core@lists.openembedded.org \
--cc=stefan.agner@toradex.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox