Marcus Meissner
ca12638c98
- polkit-keyinit.patch: add pam_keyinit to the polkit configuration (bsc#1144053) OBS-URL: https://build.opensuse.org/request/show/736147 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=135
10 lines
447 B
Diff
10 lines
447 B
Diff
Index: polkit-0.116/data/polkit-1.in
|
|
===================================================================
|
|
--- polkit-0.116.orig/data/polkit-1.in
|
|
+++ polkit-0.116/data/polkit-1.in
|
|
@@ -4,3 +4,4 @@ auth include @PAM_FILE_INCLUD
|
|
account include @PAM_FILE_INCLUDE_ACCOUNT@
|
|
password include @PAM_FILE_INCLUDE_PASSWORD@
|
|
session include @PAM_FILE_INCLUDE_SESSION@
|
|
+session optional pam_keyinit.so revoke [force]
|