我刚刚完成了一个新的https://github.com/linuxserver/docker-plex的构建,其中有3个卷通过https://github.com/vieux/docker-volume-sshfs托管在其他地方。
似乎正常,但是电影的初始扫描在托管这些卷的计算机上产生了一系列SELinux安全警报,我不确定如何提供必要的权限来停止这些警报。我尝试运行建议的ausearch和semodule命令,但是没有这种运气。
SELinux is preventing worker from create access on the lnk_file com.plexapp.agents.imdb_e6579afe4df5b9216549932ca2cd952e89c2774d.
Plugin: catchall
SELinux denied access requested by worker. It is not expected that this access
is required by worker and this access may signal an intrusion attempt. It is
also possible that the specific version or configuration of the application is
causing it to require additional access.
If you believe that worker should be allowed create access on the com.plexapp.agents.imdb_e6579afe4df5b9216549932ca2cd952e89c2774d lnk_file by default.
You should report this as a bug.
You can generate a local policy module to allow this access.
Allow this access for now by executing:
# ausearch -c 'worker' --raw | audit2allow -M my-worker
# semodule -X 300 -i my-worker.pp