-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IFP: allow running under non-root user
:relnote: Infopipe responder (ifp) can now be run under non-privileged 'sssd' user if SSSD is configured and built `--with-sssd-user=sssd` option. To enable this feature: - for 'monitor' activated 'ifp' service: set `user=sssd` sssd.conf option - for dbus-socket activated 'ifp' service: edit User=/Group= in 'sssd-ifp.service' Additionally, it's also required to edit <policy user> in 'org.freedesktop.sssd.infopipe.conf' to allow 'sssd' user to own 'org.freedesktop.sssd.infopipe' name (for all types of activation).
- Loading branch information
1 parent
fcfffb5
commit aaba9ba
Showing
6 changed files
with
13 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[D-BUS Service] | ||
Name=org.freedesktop.sssd.infopipe | ||
Exec=@ifp_exec_cmd@ | ||
Exec=@ifp_dbus_exec_cmd@ | ||
User=root | ||
@ifp_systemdservice@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters