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
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重啟機器後,就好了。
相關文章
- linux 檔案許可權 s 許可權和 t 許可權解析Linux
- Can't open file: (errno: 24)
- docker容器掛載 No such file or directoryDocker
- Docker容器掛載資料卷出現Permission denied許可權問題的解決辦法Docker
- Couldn‘t run wireshark in child process:許可權不夠
- Linux 特殊許可權a,i,t,s以及查詢帶有特殊許可權的所有檔案Linux
- 許可權之選單許可權
- Fatal error: can't check configuration file '/home/watt/proxy/dError
- 如何用 Vue 實現前端許可權控制(路由許可權 + 檢視許可權 + 請求許可權)Vue前端路由
- 普通使用者許可權執行dockerDocker
- 許可權系統:一文搞懂功能許可權、資料許可權
- Linux特殊許可權之suid、sgid、sbit許可權LinuxUI
- mysql許可權MySql
- 許可權控制
- Linux許可權Linux
- _get_usbfs_fd libusb couldn‘t open the usb 許可權不夠
- android動態許可權到自定義許可權框架Android框架
- 選單許可權和按鈕許可權設定
- Linux的檔案存取許可權和0644許可權Linux
- 給非 root 使用者新增 docker 使用許可權Docker
- Android6.0------許可權申請管理(單個許可權和多個許可權申請)Android
- 【自然框架】許可權的視訊演示(二):許可權到欄位、許可權到記錄框架
- django開發之許可權管理(一)——許可權管理詳解(許可權管理原理以及方案)、不使用許可權框架的原始授權方式詳解Django框架
- 許可權系統:許可權應用服務設計
- 新建外掛,提示沒有許可權,請大家幫看看。
- Odoo許可權管理Odoo
- shiro許可權控制
- vue router 許可權Vue
- 特殊許可權管理
- Linux 特殊許可權Linux
- 許可權管控
- sql許可權管理SQL
- 許可權管理策略
- odoo 許可權分配Odoo
- MySQL許可權管理MySql
- Shiro許可權框架框架
- 許可權模型:ACL模型
- 許可權設計