We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3404702 commit ac76680Copy full SHA for ac76680
tests/kola/files/setgid
@@ -14,6 +14,12 @@ list_setgid_files=(
14
'/usr/bin/write'
15
'/usr/libexec/utempter/utempter'
16
)
17
+# Drop '/usr/libexec/openssh/ssh-keysign' after
18
+# https://src.fedoraproject.org/rpms/openssh/c/b615362fd0b4da657d624571441cb74983de6e3f?branch=rawhide
19
+# landed in EL9 (it's in Fedora and EL10 already).
20
+if match_maj_ver "9"; then
21
+ list_setgid_files+=('/usr/libexec/openssh/ssh-keysign')
22
+fi
23
24
unknown_setgid_files=""
25
while IFS= read -r -d '' e; do
0 commit comments