mirror of
https://abf.rosa.ru/djam/pam.git
synced 2025-02-23 16:32:51 +00:00
do not migrate to pam_tcb
This commit is contained in:
parent
26b3d44d84
commit
3254e11ab5
1 changed files with 4 additions and 4 deletions
8
pam.spec
8
pam.spec
|
@ -19,7 +19,7 @@ Epoch: 1
|
|||
Summary: A security tool which provides authentication for applications
|
||||
Name: pam
|
||||
Version: 1.1.4
|
||||
Release: 13
|
||||
Release: 14
|
||||
# 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+
|
||||
|
@ -270,9 +270,9 @@ fi
|
|||
if [ ! -a /var/log/tallylog ] ; then
|
||||
install -m 600 /dev/null /var/log/tallylog
|
||||
fi
|
||||
if [ -f /etc/login.defs ] && ! grep -q USE_TCB /etc/login.defs; then
|
||||
/usr/sbin/set_tcb --auto --migrate
|
||||
fi
|
||||
#if [ -f /etc/login.defs ] && ! grep -q USE_TCB /etc/login.defs; then
|
||||
# /usr/sbin/set_tcb --auto --migrate
|
||||
#fi
|
||||
|
||||
%files -f Linux-PAM.lang
|
||||
%doc NEWS README.0.99.8.1.update.urpmi
|
||||
|
|
Loading…
Add table
Reference in a new issue