This repository was archived by the owner on Feb 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuse3.rpmlintrc
More file actions
31 lines (29 loc) · 2.37 KB
/
fuse3.rpmlintrc
File metadata and controls
31 lines (29 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This line is mandatory to access the configuration functions
from Config import *
# these are all in the upstream EL9 specfile as imported here
addFilter('fuse3\.x86_64: E: setuid-binary \/usr\/bin\/fusermount3 root 4755')
addFilter('fuse3\.x86_64: E: non-standard-executable-perm \/usr\/bin\/fusermount3 4755')
addFilter('fuse3\.x86_64: E: missing-call-to-setgroups-before-setuid \/usr\/sbin\/mount\.fuse3')
addFilter('fuse3\.spec:71: W: setup-not-quiet')
addFilter('fuse-common\.x86_64: W: no-documentation')
addFilter('fuse3-devel\.x86_64: W: no-documentation')
addFilter('fuse3\.spec:9: W: mixed-use-of-spaces-and-tabs')
addFilter('fuse-common\.x86_64: W: description-shorter-than-summary')
addFilter('fuse3\.x86_64: W: no-manual-page-for-binary mount\.fuse3')
addFilter('fuse3\.x86_64: W: missing-call-to-setgroups-before-setuid \/usr\/bin\/fusermount3')
addFilter('fuse-common\.x86_64: E: no-binary')
# Leap 15:
addFilter('fuse3\.x86_64: E: setuid-binary \/usr\/bin\/fusermount3 root 4750')
addFilter('fuse3\.x86_64: E: non-standard-executable-perm \/usr\/bin\/fusermount3 4750')
addFilter('fuse3\.x86_64: E: non-standard-executable-perm \/usr\/bin\/fusermount3 4750')
addFilter('fuse3-doc\.x86_64: E: no-binary')
addFilter('fuse3\.x86_64: W: unstripped-binary-or-object \/usr\/bin\/fusermount3')
addFilter('fuse3\.x86_64: W: unstripped-binary-or-object \/usr\/sbin\/mount\.fuse3')
addFilter('libfuse3-3\.x86_64: W: unstripped-binary-or-object \/usr\/lib64\/libfuse3\.so\.3\.16\.1')
addFilter('fuse3\.x86_64: W: position-independent-executable-suggested \/usr\/bin\/fusermount3')
addFilter('fuse3\.x86_64: W: position-independent-executable-suggested \/usr\/sbin\/mount\.fuse3')
addFilter('fuse3\.x86_64: W: non-standard-gid \/usr\/bin\/fusermount3 trusted')
addFilter('fuse3-doc\.x86_64: W: dangling-relative-symlink \/usr\/share\/doc\/packages\/fuse3-doc\/doc\/html\/(fast17-vangoor\.pdf doc\/fast17-vangoor\.pdf|fuse__config_8h_source.html doc/html/build_2fuse__config_8h_source.html|libfuse__config_8h_source.html doc/html/build_2libfuse__config_8h_source.html|sanitycheckc_8c_source.html doc/html/build_2meson-private_2sanitycheckc_8c_source.html)')
addFilter('fuse3\.x86_64: W: conffile-without-noreplace-flag \/etc\/fuse3\.conf')
# https://github.com/rpm-software-management/rpmlint/issues/856
addFilter(r'fuse3\.x86_64: W: incoherent-version-in-changelog .* \[\'.*\.suse\.lp[0-9]*\', \'.*\.suse\.lp[0-9]*\'\]')