Hi! I created a crontab for my user (macOS 14.1.1)...
# macos
r
Hi! I created a crontab for my user (macOS 14.1.1) and saw the
crontab
table is returning nothing. But having results by running
crontab -l
. Am I missing anything?
s
Hello @Rafa Bono, have you tried running osquery with root permissions? The folder where the crontab config is stored (
/var/at/tabs
) requires root permissions;
crontab -l
works because it's a
suid
root binary.
r
Hey @Stefano Bonicatti thank you so much! It worked!!
🎉 1