Skip to content

Commit ac76680

Browse files
joelcapitaojlebon
authored andcommitted
Revert "test/files/setgid: drop file from exception list"
This reverts commit 4eb342e. That patch was included in Fedora, but it isn't in EL9 and likely won't be backported.
1 parent 3404702 commit ac76680

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/kola/files/setgid

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ list_setgid_files=(
1414
'/usr/bin/write'
1515
'/usr/libexec/utempter/utempter'
1616
)
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
1723

1824
unknown_setgid_files=""
1925
while IFS= read -r -d '' e; do

0 commit comments

Comments
 (0)