善忘技术夹 Logo
善忘技术夹
技术文章 · 1478 阅读

CentOS 6.0 samba share权限拒绝访问不能创建文件

From Evernote:


CentOS 6.0 samba share权限拒绝访问不能创建文件

Clipped from: http://www.linux521.com/2009/system/201109/16591.html

vi /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 - No SELinux policy is loaded.

SELINUX=disable 将这个改为disabled

SELINUXTYPE= can take one of these two values:

targeted - Targeted processes are protected,

mls - Multi Level Security protection.

SELINUXTYPE=targeted

按照网上的配置, 都配置好了, 可是就是不能访问 ,要不就是目录能进去, 要不就是文件能拷贝进去, 不能拷贝出来

反正就是不能正常的共享文件了 。原来设置了上面的就ok了