繁体   English   中英

在linux中提供进程CAP_SYS_RAWIO是什么意思?

[英]What does it mean to give a process CAP_SYS_RAWIO in linux?

在linux中提供进程CAP_SYS_RAWIO是什么意思? 我怎么做? (特别是给pyUsb访问设备。这与这个pyusb问题有关

capabilities(7)手册页:

  CAP_SYS_RAWIO Perform I/O port operations (iopl(2) and ioperm(2)); access /proc/kcore. 

使用setcap(8)在可执行文件上设置功能。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM