diff options
Diffstat (limited to 'core/grsecurity.html')
-rw-r--r-- | core/grsecurity.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/grsecurity.html b/core/grsecurity.html index 30ee28c..48ac2b2 100644 --- a/core/grsecurity.html +++ b/core/grsecurity.html @@ -15,7 +15,7 @@ <a href="../core/reboot.html#linux">port kernel</a>, for manual configuration check <a href="linux.html">linux kernel</a>. Configuration is not enable by default, groups with special permissions and other - protections are set with <a href="sysctl.html">sysctl.html</a>;</p> + protections are set with <a href="sysctl.html">sysctl</a>;</p> <dl> @@ -56,6 +56,11 @@ <dd>Deny server sockets to this group.</dd> </dl> + <p>At run time you can change some configurations;</p> + + <pre> + # cat /proc/sys/kernel/grsecurity/what_ever_setting + </pre> <p>Kernel configuration related to grsecurity;</p> |