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, 26 Sep 2016 23:49:02 +0000 (01:49 +0200)
commit5a9835ae839593ab8105e055dadacd6d02a8e684
tree43c87028d1f1f63cbbd6b1bcbfec9a02cb329f35
parent38abd2531eb36a8bf029ac1a2e878f10a8385a24
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