26f3c3c277
This setgid bit has been already reviewed in the past and wasn't a concern. However we want the mode/ownership adjusted by tmpfiles and avoid the duplication of these info in rpm. - Don't ghost own any directories created dynamically by tmpfiles Again rpmlint complains but it doesn't seem to make sense to try to track all paths (including theirs perms, ownerships...) created dynamically. And 'rpm -V' is likely to report issues later with these paths anyway. This effectively partially reverts the two previous commits. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1194
12 lines
577 B
Plaintext
12 lines
577 B
Plaintext
addFilter(".*filelist-forbidden-systemd-userdirs /etc/systemd/.*\.conf")
|
|
addFilter(".*dbus-policy-allow-receive")
|
|
addFilter(".*devel-file-in-non-devel-package.*udev.pc.*")
|
|
addFilter("devel-file-in-non-devel-package.*/usr/share/pkgconfig/(udev|systemd)\.pc.*")
|
|
addFilter(".*missing-call-to-setgroups-before-setuid.*")
|
|
addFilter(".*systemd-service-without-service.*")
|
|
addFilter("env-script-interpreter")
|
|
addFilter(".*files-duplicate /usr/lib/systemd/.*")
|
|
addFilter(".*files-duplicated-waste.*")
|
|
addFilter(".*explicit-lib-dependency .*")
|
|
addFilter(".*tmpfile-not-in-filelist .*")
|