cpuctl(4): Require write rights for CPUCTL_MSRSBIT and CPUCTL_MSRCBIT.
authorImre Vadász <imre@vdsz.com>
Mon, 26 Sep 2016 23:44:43 +0000 (01:44 +0200)
committerImre Vadász <imre@vdsz.com>
Mon, 3 Oct 2016 21:07:30 +0000 (23:07 +0200)
commit2686f449d085969cd15b90b971585e224b32a775
treefc28154b9f5c168568c05d8177dfa3a721083b8b
parent17704479c9de43dcffc4d183d9fd1a43b1c7b773
cpuctl(4): Require write rights for CPUCTL_MSRSBIT and CPUCTL_MSRCBIT.

* Both CPUCTL_MSRSBIT and CPUCTL_MSRCBIT write MSR registers, so they
  should require write rights like CPUCTL_WRMSR.
sys/dev/misc/cpuctl/cpuctl.c