在CentOS 6和RHEL 6中找不到semanage命令
时间:2019-08-20 17:58:30 来源:igfitidea点击:
在 RHEL6和CentOS 6 中,报错
bash: semanage: command not found
什么是semanage
semanage是一种SELinux策略管理工具。
使用在semanage的帮助下,我们可以配置SELinux策略的某些元素,而不需要对策略源进行修改或者重新编译。
如何在基于Red Hat的操作系统中安装semanage命令
安装semanage命令,需要安装下面的软件包
yum install policycoreutils-python
可以使用这个命令查看它属于policycoreutils-python
# yum provides semanage policycoreutils-python-2.2.5-11.el6.x86_64 : SELinux policy core python utilities Repo : base Matched from: Filename : /usr/sbin/semanage
检查semanage命令的绝对路径。
which semanage
我们也可以使用“whereis”命令
whereis semanage
查看semanage的帮助手册
man semanage