commit | 9b44deac01d61929a734a3ee4f739e95b024bfec | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 15 23:22:47 2020 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Dec 15 23:23:44 2020 +0100 |
tree | b6c09f27c498aa3b9f0ee0c9b5e1f8750d90e4b2 | |
parent | 73d93d9f83180a6149f363aaca131e281d2a52ff [diff] |
ntpd: allow non-root to run it (e.g. with -w option) This is safe: it's not a setuid applet, the attempt to set time will simply fail if attempted by non-root From openwrt 600-allow-ntpd-non-root.patch function old new delta ntp_init 1049 1005 -44 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>