maybe icon indicating copy to clipboard operation
maybe copied to clipboard

Block all syscalls that might permanently modify the system

Open p-e-w opened this issue 9 years ago • 3 comments

Among others:

  • utime, utimes
  • futimes, lutimes
  • utimensat, futimens

p-e-w avatar Feb 10 '16 20:02 p-e-w

Have you started working on this?

swapnilsm avatar May 24 '16 18:05 swapnilsm

@swapnilsm: Not yet, I'm still searching for a reliable way to identify those syscalls among the hundreds that Linux has in total.

p-e-w avatar May 29 '16 17:05 p-e-w

Yeah and I couldn't find any good source where system calls have been tagged as read-only or not.

swapnilsm avatar Jun 08 '16 11:06 swapnilsm