SHA256
1
0
forked from pool/rpmlint

Accepting request 185091 from home:msmeissn:branches:devel:openSUSE:Factory:rpmlint

- allow pam_snapper after audit (bnc#815383)

- follow /usr move for the /bin/ binaries in pie.config.

OBS-URL: https://build.opensuse.org/request/show/185091
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=199
This commit is contained in:
Marcus Meissner 2013-07-31 14:00:39 +00:00 committed by Git OBS Bridge
parent 9eee3d4c25
commit 3061df5327
3 changed files with 15 additions and 0 deletions

2
config
View File

@ -678,6 +678,8 @@ setOption("PAMModules.WhiteList", (
"pam_smbpass.so",
# pam_chroot
"pam_chroot.so",
# pam_snapper (bnc#815383)
"pam_snapper.so",
))
# Output filters

View File

@ -5,8 +5,11 @@ from Config import *
pie_execs = (
"/bin/ping",
"/usr/bin/ping",
"/bin/ping6",
"/usr/bin/ping6",
"/bin/su",
"/usr/bin/su",
"/usr/bin/pidgin",
"/sbin/arping",
"/sbin/clockdiff",

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jul 31 11:42:54 UTC 2013 - meissner@suse.com
- allow pam_snapper after audit (bnc#815383)
-------------------------------------------------------------------
Tue Jul 30 15:18:46 UTC 2013 - meissner@suse.com
- follow /usr move for the /bin/ binaries in pie.config.
-------------------------------------------------------------------
Tue Jul 30 13:44:07 UTC 2013 - lnussel@suse.de