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:
parent
9eee3d4c25
commit
3061df5327
2
config
2
config
@ -678,6 +678,8 @@ setOption("PAMModules.WhiteList", (
|
||||
"pam_smbpass.so",
|
||||
# pam_chroot
|
||||
"pam_chroot.so",
|
||||
# pam_snapper (bnc#815383)
|
||||
"pam_snapper.so",
|
||||
))
|
||||
|
||||
# Output filters
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user