mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 08:22:53 +00:00
system-auth will not rewrite existing rule
This commit is contained in:
parent
e028a3391a
commit
bca163d299
1 changed files with 2 additions and 2 deletions
4
pam.spec
4
pam.spec
|
@ -19,7 +19,7 @@ Epoch: 1
|
|||
Summary: A security tool which provides authentication for applications
|
||||
Name: pam
|
||||
Version: 1.1.4
|
||||
Release: 15
|
||||
Release: 16
|
||||
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
|
||||
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
|
||||
License: BSD and GPLv2+
|
||||
|
@ -285,7 +285,7 @@ fi
|
|||
%dir /etc/pam.d
|
||||
%config(noreplace) /etc/environment
|
||||
%config /etc/pam.d/other
|
||||
%attr(0644,root,shadow) %config /etc/pam.d/system-auth
|
||||
%attr(0644,root,shadow) %config(noreplace) /etc/pam.d/system-auth
|
||||
%config /etc/pam.d/config-util
|
||||
%config /etc/pam.d/postlogin
|
||||
/sbin/mkhomedir_helper
|
||||
|
|
Loading…
Add table
Reference in a new issue