Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533966
Collapse All | Expand All

(-)a/ntpd/ntpd.c.orig (-2 / +2 lines)
Lines 971-978 getgroup: Link Here
971
			char *captext;
971
			char *captext;
972
			
972
			
973
			captext = (0 != interface_interval)
973
			captext = (0 != interface_interval)
974
				      ? "cap_sys_time,cap_net_bind_service=pe"
974
				      ? "cap_ipc_lock,cap_sys_time,cap_net_bind_service=pe"
975
				      : "cap_sys_time=pe";
975
				      : "cap_ipc_lock,cap_sys_time=pe";
976
			caps = cap_from_text(captext);
976
			caps = cap_from_text(captext);
977
			if (!caps) {
977
			if (!caps) {
978
				msyslog(LOG_ERR,
978
				msyslog(LOG_ERR,

Return to bug 533966