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 f7185fd commit 586c968Copy full SHA for 586c968
tests/kola/files/setgid
@@ -17,7 +17,7 @@ list_setgid_files=(
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
+if ! is_fcos && match_maj_ver "9"; then
21
list_setgid_files+=('/usr/libexec/openssh/ssh-keysign')
22
fi
23
0 commit comments