442211b
from Config import *
442211b
addFilter("summary-not-capitalized C quota_nld");
09b0f09
addFilter("spelling-error .* (cron|Gettext|netlink)");
57e1da2
# We do not package any programs as SUID or SGID, thus the programs do not
57e1da2
# change EUID of EGID. Also the programs do not edit a set of supplementary
57e1da2
# groups before dropping the priviledges by calling setgid() and setuid().
57e1da2
# Thus no foreign supplementary groups can leak into the priviledge-lowered
57e1da2
# program. I.e. the priviledge-lowered program has the same supplementary
57e1da2
# groups as the user that executed the high-priviledged program.
57e1da2
addFilter("quota..*: E: missing-call-to-setgroups-before-setuid");