]> git.ipfire.org Git - thirdparty/util-linux.git/commit
hwclock: don't check for permissions
authorKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 08:47:33 +0000 (09:47 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 9 Dec 2016 08:47:33 +0000 (09:47 +0100)
commitf4e61504a457395018c02bafcf17d1e3f8644b78
tree7481d7f1fa8760000ec29bc35cf4235ff4bbec34
parent63d41c0ac0e8c77a74e216a2cbfae86c4cef8138
hwclock: don't check for permissions

The right place to verify user permissions is kernel. The current
situation is too strict (due to previous attempts to use hwclock as
suid that has never been supported).

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock.c