Docker 挂载权限 chcon: can't apply partial context to unlabeled file
【摘要】
Docker 挂载权限 chcon: can't apply partial context to unlabeled file
参考:http://www.linuxidc.com/Linux/2012-09/70199.htm
# chcon -t samba_share_t /software&...
Docker 挂载权限 chcon: can't apply partial context to unlabeled file
参考:http://www.linuxidc.com/Linux/2012-09/70199.htm
# chcon -t samba_share_t /software
chcon: can't apply partial context to unlabeled file /software
修改/etc/selinu/config 文件:
[root@master ~]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
然后reboot重启机器后,就好了。
文章来源: blog.csdn.net,作者:隔壁老瓦,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/wxb880114/article/details/82904726
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)