Page 1 of 1

/etc/sysctl.conf variables

PostPosted: Tue Jan 03, 2006 7:53 pm
by serek
hi,
where can i find a list with all variables which i can use in my /etc/sysctl.conf?
i mean all grsec variables of course.
thanks.

PostPosted: Wed Jan 04, 2006 3:37 am
by Raf256
For example:

# ls /proc/sys/kernel/grsecurity/
audit_gid chroot_deny_mknod chroot_execlog fifo_restrictions socket_all tpe
audit_group chroot_deny_mount chroot_findtask forkfail_logging socket_all_gid tpe_gid
audit_mount chroot_deny_pivot chroot_restrict_nice grsec_lock socket_client tpe_restrict_all
chroot_caps chroot_deny_shmat destroy_unused_shm linking_restrictions socket_client_gid
chroot_deny_chmod chroot_deny_sysctl dmesg rand_pids socket_server
chroot_deny_chroot chroot_deny_unix exec_logging rand_tcp_src_ports socket_server_gid
chroot_deny_fchdir chroot_enforce_chdir execve_limiting signal_logging timechange_logging

PostPosted: Sat Jan 07, 2006 8:41 am
by serek
Raf256 wrote:For example:
# ls /proc/sys/kernel/grsecurity/


Thanks man :) That's really helpful. I forgot to check /proc. Maybe was a bit to late (or early). Doesn't matter. Thanks one more time.

PostPosted: Sat Jan 07, 2006 9:48 am
by cmouse
sysctl -a | grep grsecurity

that works too..