diff options
Diffstat (limited to 'x11/gnome-flashback/files/gnome-flashback.in')
-rw-r--r-- | x11/gnome-flashback/files/gnome-flashback.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/gnome-flashback/files/gnome-flashback.in b/x11/gnome-flashback/files/gnome-flashback.in new file mode 100644 index 000000000000..0407d2762725 --- /dev/null +++ b/x11/gnome-flashback/files/gnome-flashback.in @@ -0,0 +1,15 @@ +#%PAM-1.0 + +# auth +auth include system +auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so + +# account +account include system + +# session +session include system +session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start + +# password +password include system |