selinux 下增加文件节点权限
ok
·
增加dev下设备节点全限
1.system_server.te
allow system_server tp_device:chr_file {open read write ioctl}
2.device.te
type tp_device, dev_type
3.file_contexts
dev/tp_device u:object_r:tp_device:s0
更多推荐
ok
增加dev下设备节点全限
1.system_server.te
allow system_server tp_device:chr_file {open read write ioctl}
2.device.te
type tp_device, dev_type
3.file_contexts
dev/tp_device u:object_r:tp_device:s0
更多推荐
所有评论(0)