Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定这是否更像是一个系统管理员问题,但为了使用 x-debug,我每次启动机器时都必须从终端运行以下命令。
setsebool httpd_can_network_connect=1
有谁知道我怎样才能使这个永久化,这样我每次启动机器时都不必运行这个命令?
谢谢你。
- - 编辑 - -
setsebool -P httpd_can_network_connect=1
现在我可以在机器启动后立即进行调试,这要归功于 Ulrich Schmidt-Goertz
尝试使用-P标志运行命令。这应该使设置永久化。
-P