-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set correct daemon SELinux context when started from pam module
With confined users we want to run the gnome-keyring-daemon as sgkeyringd_staff_t (Fedora case), but currently this does not work properly from the pam module. This patch will fix the problem. We are ignoring error conditions since for most users the errors will not effect unconfined users, and on a confined user it would still partially work but generate an AVC. Patch by Daniel Walsh <dwalsh@redhat.com> https://bugzilla.redhat.com/show_bug.cgi?id=684225
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 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