Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jul 7, 2019
1 parent 91fb21a commit f68b962
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions debian/security-misc.prerm
Expand Up @@ -16,17 +16,18 @@ true "
"

## pam-auth-update is usually used in postinst and prerm.
#grep -r -l pam-auth-update /var/lib/dpkg/info
# /var/lib/dpkg/info/libpam-runtime.postinst
# /var/lib/dpkg/info/libpam-runtime.prerm
# /var/lib/dpkg/info/libpam-cap:amd64.postinst
# /var/lib/dpkg/info/libpam-cap:amd64.prerm
# /var/lib/dpkg/info/libpam-systemd:amd64.postinst
# /var/lib/dpkg/info/libpam-systemd:amd64.prerm
# /var/lib/dpkg/info/libpam-cgfs.postinst
# /var/lib/dpkg/info/libpam-cgfs.prerm
# /var/lib/dpkg/info/libpam-gnome-keyring:amd64.postinst
# /var/lib/dpkg/info/libpam-gnome-keyring:amd64.prerm
## Added extra space after /var to avoid lintian false positive warning.
#grep -r -l pam-auth-update /var /lib/dpkg/info
# /var /lib/dpkg/info/libpam-runtime.postinst
# /var /lib/dpkg/info/libpam-runtime.prerm
# /var /lib/dpkg/info/libpam-cap:amd64.postinst
# /var /lib/dpkg/info/libpam-cap:amd64.prerm
# /var /lib/dpkg/info/libpam-systemd:amd64.postinst
# /var /lib/dpkg/info/libpam-systemd:amd64.prerm
# /var /lib/dpkg/info/libpam-cgfs.postinst
# /var /lib/dpkg/info/libpam-cgfs.prerm
# /var /lib/dpkg/info/libpam-gnome-keyring:amd64.postinst
# /var /lib/dpkg/info/libpam-gnome-keyring:amd64.prerm

## Jul 07 20:35:39 host sudo[16090]: PAM unable to dlopen(pam_cgfs.so): /lib/security/pam_cgfs.so: cannot open shared object file: No such file or directory
## Jul 07 20:35:39 host sudo[16090]: PAM adding faulty module: pam_cgfs.so
Expand Down

0 comments on commit f68b962

Please sign in to comment.