mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
77117efc85
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/ PR: 131423 Submitted by: Denis Barov <dindin at dindin dot ru>
14 lines
541 B
Plaintext
14 lines
541 B
Plaintext
|
|
*******************************************************************************
|
|
* This port contains a prebuilt kernel module. Due to the ever changing *
|
|
* nature of FreeBSD it may be necessary to rebuild the module after a kernel *
|
|
* source update. To do this reinstall the port. *
|
|
*******************************************************************************
|
|
|
|
Also you may set for example
|
|
|
|
scprotect_enable="YES"
|
|
scprotect_progs="sshd named"
|
|
|
|
to protect those application even if they are restarted
|