ee1e2ed
# I do not know about any better place where to put profile files
ee1e2ed
addFilter(r'openssh-askpass.x86_64: W: non-conffile-in-etc /etc/profile.d/gnome-ssh-askpass.c?sh')
ee1e2ed
ee1e2ed
# The ssh-keysign is not supposed to have standard permissions
ee1e2ed
addFilter(r'openssh.x86_64: E: non-standard-executable-perm /usr/libexec/openssh/ssh-keysign 2555')
ee1e2ed
addFilter(r'openssh.x86_64: E: setgid-binary /usr/libexec/openssh/ssh-keysign ssh_keys 2555')
ee1e2ed
addFilter(r'openssh.x86_64: W: non-standard-gid /usr/libexec/openssh/ssh-keysign ssh_keys')
ee1e2ed
ee1e2ed
# The -cavs subpackage is internal without documentation
ee1e2ed
# The -askpass is not intended to be used directly so it is missing documentation
ee1e2ed
addFilter(r'openssh-(askpass|cavs).x86_64: W: no-documentation')
ee1e2ed
ee1e2ed
# sshd config and sysconfig is not supposed to be world readable
ee1e2ed
addFilter(r'non-readable /etc/(ssh/sshd_config|sysconfig/sshd)')
ee1e2ed
ee1e2ed
# The /var/empty/sshd is supposed to have the given permissions
ee1e2ed
addFilter(r'non-standard-dir-perm /var/empty/sshd 711')
ee1e2ed
addFilter(r'non-standard-dir-in-var empty')
ee1e2ed
ee1e2ed
# Spelling false-positives
ee1e2ed
addFilter(r'spelling-error (Summary\(en_US\)|.* en_US) (mls|su|sudo|rlogin|rsh|untrusted) ')