2009-02-11 00:15:03 +01:00
|
|
|
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.
|
|
|
|
|
2013-03-28 17:28:59 +01:00
|
|
|
WWW: http://dindin.ru/scprotect/
|