I have successfully patched vanila kernel "3.2.51" with "grsecurity-2.9.1-3.2.51-201309162119" on Debian Wheezy and everything works fine except ntp .
I get this error when i run 'ntpq -p' :
- Code: Select all
localhost: timed out, nothing received
***Request timed out
Grsecurity log :
- Code: Select all
Sep 19 16:31:44 cloud-test kernel: [ 4.610197] grsec: time set by /sbin/hwclock[hwclock:531] uid/euid:0/0 gid/egid:0/0, parent /lib/udev/hwclock-set[hwclock-set:520] uid/euid:0/0 gid/egid:0/0
Sep 19 16:32:00 cloud-test kernel: [ 24.314873] grsec: time set by /usr/sbin/ntpd[ntpd:2228] uid/euid:102/102 gid/egid:104/104, parent /sbin/init[init:1] uid/euid:0/0 gid/egid:0/0
Note : RBAC is disabled.
Any suggestion would be appreciated.