Can't read com.apple.TimeMachine.plist in Mojave
I use a wonderful little, free, still-in-beta app called TimeTracker (https://www.charlessoft.com/). It doesn't work in Mojave because it can't read com.apple.TimeMachine.plist.
There is something very strange about the permissions of this file, which I don't understand. The permissions look perfectly normal, but I am blocked from reading the file (here output from bash):
$ ls -l -@ com.apple.TimeMachine.plist
-rw-r--r-- 1 root wheel 1965 Oct 20 08:18 com.apple.TimeMachine.plist
$ wc com.apple.TimeMachine.plist
wc: com.apple.TimeMachine.plist: open: Operation not permitted
$ cat com.apple.TimeMachine.plist
cat: com.apple.TimeMachine.plist: Operation not permitted
I would like to change something so that read access to this file can be restored, but (a) I can't figure out why I don't have read access, and (b) I am in over my depth in trying change the permissions.
Is it normal to not have read permission for this file? Any thoughts about how to (and whether I should) restore it?
iMac with Retina 5K display, macOS High Sierra (10.13.2)