blob: 0e08d6bcd89596ab2188da6b961e025a1d7c0524 (
plain) (
blame)
1
2
3
4
5
6
7
|
scprotect is implementation of system call for setting or unsetting
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT,
but may be used for already running processes. Also rc.d/scprotect
scripts allow you to set protection flag even if process was
restarted by user.
WWW: http://dindin.ru/scprotect/
|