Skip to content

Commit

Permalink
kola/tests: Add valid SUID binaries in /usr/bin
Browse files Browse the repository at this point in the history
The mount.nfs and unix_chkpwd binaries used to reside in sbin, but
after switching to the merged-usr filesystem layout, sbin became a
symlink to bin. But keep the entries for sbin too, for older Flatcar
versions.
  • Loading branch information
krnowak committed Aug 28, 2024
1 parent 6807d6c commit 4ed50f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kola/tests/misc/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,16 @@ func SUIDFiles(c cluster.TestCluster) {
"/usr/bin/man",
"/usr/bin/mandb",
"/usr/bin/mount",
"/usr/bin/mount.nfs",
"/usr/bin/newgidmap",
"/usr/bin/newgrp",
"/usr/bin/newuidmap",
"/usr/bin/passwd",
"/usr/bin/pkexec",
"/usr/bin/umount",
"/usr/bin/su",
"/usr/bin/sudo",
"/usr/bin/umount",
"/usr/bin/unix_chkpwd",
"/usr/lib/polkit-1/polkit-agent-helper-1",
"/usr/lib64/polkit-1/polkit-agent-helper-1",
"/usr/libexec/dbus-daemon-launch-helper",
Expand Down

0 comments on commit 4ed50f9

Please sign in to comment.