diff options
author | Dan McDonald <danmcd@joyent.com> | 2020-10-22 10:51:12 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2020-10-22 10:51:12 -0400 |
commit | ebcb78defa820eaf313b5b3936a1bfe49002f105 (patch) | |
tree | b63f0ad26d0a4440299f76bf80957eb1340168ef /usr/src/uts/common/io | |
parent | 54c8d80ce91aece72e185f6585e3ca8d62a0ea31 (diff) | |
parent | 1d276e0b382cf066dae93640746d8b4c54d15452 (diff) | |
download | illumos-joyent-ebcb78defa820eaf313b5b3936a1bfe49002f105.tar.gz |
[illumos-gate merge]
commit 1d276e0b382cf066dae93640746d8b4c54d15452
13242 parse_user_name in PAM is sloppy
commit 549e0fd315406a4a97f9043f44860eed39a715da
13213 Want development driver for accessing AMD DF
commit becd642c1e97d1674cef9e3dccb159c20c6992ae
13212 Add Renoir to amdzen(7D)
commit 047043c2181e939608ea2c09257fd2d515e99643
13144 refactor amdf17nbdf into a nexus
13145 rewrite amdf17nbdf to use the ksensor framework
13146 Want a driver for AMD SMN user access
Diffstat (limited to 'usr/src/uts/common/io')
-rw-r--r-- | usr/src/uts/common/io/usb/hcd/xhci/xhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/usb/hcd/xhci/xhci.c b/usr/src/uts/common/io/usb/hcd/xhci/xhci.c index 2beeb69972..a28b1fa0d3 100644 --- a/usr/src/uts/common/io/usb/hcd/xhci/xhci.c +++ b/usr/src/uts/common/io/usb/hcd/xhci/xhci.c @@ -1911,7 +1911,7 @@ xhci_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, xhci_t *xhcip = ddi_get_soft_state(xhci_soft_state, getminor(dev) & ~HUBD_IS_ROOT_HUB); - if (secpolicy_xhci(credp) != 0 || + if (secpolicy_hwmanip(credp) != 0 || crgetzoneid(credp) != GLOBAL_ZONEID) return (EPERM); |