Renamed zenity-clone to icfs-dialogue and improved makefile

This commit is contained in:
2025-05-03 12:03:54 +02:00
parent 112d514f59
commit ac1d7c1535
4 changed files with 52 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ if [[ $1 == "--setuid" ]]; then
else
echo "Database protection will not be tested due to the lack of setuid capabilites."
echo "To test it, run this script with '--setuid'."
valgrind -s ../build/icfs -o default_permissions ./protected ./.pt.db &
valgrind --leak-check=full -s ../build/icfs -o default_permissions ./protected ./.pt.db &
sleep 5
fi