Apache 配置 SELinux 命令的时候的命令 semanage
2021-02-17 04:18
标签:href lazyload apache 配置 WLC 系统 for pytho optimize info 提示 -bash: semanage: command not found 的错误。 这是因为你还没有安装 semanage 你可以 运行下面的命令进行安装 yum install policycoreutils-python 需要注意的是,如果你运行的是 fedora 31 或者比较高的版本的话,上面的安装可能装不上去,提示包没有找到的错误。 你可以尝试运行:dnf install policycoreutils-python-utils 进行安装。 然后你可以运行 semanage -h 查看你的 semanage 是否已经在你的系统中安装完成了。 如果确定安装完成了,你就可以开始进行设置了。 如果你不知道你的命令在哪个包中。 你可以使用命令进行查找。 比如说 yum provides semanage policycoreutils-python-utils-2.9-5.fc31.noarch : SELinux policy core python utilities 针对使用 yum 和 dnf 是一样的。 https://www.ossez.com/t/apache-selinux-semanage/90/2 Apache 配置 SELinux 命令的时候的命令 semanage 标签:href lazyload apache 配置 WLC 系统 for pytho optimize info 原文地址:https://www.cnblogs.com/huyuchengus/p/12961056.html
Repo : fedora
Matched from:
Filename : /usr/sbin/semanage
下一篇:002_x号Css实现及弹性布局
文章标题:Apache 配置 SELinux 命令的时候的命令 semanage
文章链接:http://soscw.com/index.php/essay/56408.html