-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-10414) Fix sssd-sudo service permissions (#110)
- Add an override for sssd-sudo.service to start it as root:root. This aligns with how sssd itself would start the service and the daemon cannot access /var/lib/sss/db/config.ldb otherwise. - Ensure sssd_sudo log file is created SIMP-10414 #close
- Loading branch information
1 parent
19bd5c6
commit bd52ce4
Showing
8 changed files
with
75 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
* Thu Aug 05 2021 Trevor Vaughan <[email protected]> - 7.1.1 | ||
- Add an override for sssd-sudo.service to start it as root:root. This aligns | ||
with how sssd itself would start the service and the daemon cannot access | ||
/var/lib/sss/db/config.ldb otherwise. | ||
|
||
* Thu Jun 17 2021 Chris Tessmer <[email protected]> - 7.1.0 | ||
- Removed support for Puppet 5 | ||
- Ensured support for Puppet 7 in requirements and stdlib | ||
|
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
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