maybe
maybe copied to clipboard
Block all syscalls that might permanently modify the system
Among others:
-
utime
,utimes
-
futimes
,lutimes
-
utimensat
,futimens
Have you started working on this?
@swapnilsm: Not yet, I'm still searching for a reliable way to identify those syscalls among the hundreds that Linux has in total.
Yeah and I couldn't find any good source where system calls have been tagged as read-only or not.