setuid #7

Merged
fedir merged 3 commits from setuid into main 2025-04-01 19:57:02 +02:00
Showing only changes of commit cf2b7a280a - Show all commits

View File

@ -119,6 +119,13 @@ cat ./protected/motto >/dev/null 2>/dev/null &&
echo "[ICFS-TEST]: OK" ||
echo "[ICFS-TEST]: echo cannot read protected/motto despite access being permitted!" # OK
# test database access
if [[ -r "./.pt.db" || -w "./.pt.db" ]]; then
echo "[ICFS-TEST]: permanent permissions is accessible!"
else
echo "[ICFS-TEST]: OK"
fi
# unmount
sleep 0.5