File: //usr/share/setroubleshoot/plugins/__pycache__/samba_share.cpython-36.opt-1.pyc
3
nm�a� � @ sD d dl Z e jddd�Zej Zd dlT d dlmZ G dd� de�ZdS ) � Nzsetroubleshoot-pluginsT)Zfallback)�*)�Pluginc @ sH e Zd Zed�Zed�Zed�ZdZed�Zdd� Z dd � Z
d
d� ZdS )
�pluginzV
SELinux is preventing Samba ($SOURCE_PATH) "$ACCESS" access to $TARGET_PATH.
a�
SELinux denied samba access to $TARGET_PATH.
If you want to share this directory with samba it has to have a file context label of
samba_share_t. If you did not intend to use $TARGET_PATH as a samba repository,
this message could indicate either a bug or an intrusion attempt.
Please refer to 'man samba_selinux' for more information on setting up Samba and SELinux.
a
You can alter the file context by executing chcon -R -t samba_share_t '$TARGET_PATH'
You must also change the default file context files on the system in order to preserve them even on a full relabel. "semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH'"
z(chcon -R -t samba_share_t '$TARGET_PATH'z2You need to change the label on '$FIX_TARGET_PATH'c C s( d}d}|dkrd}d}t d�||f S )N� �dirz(/.*)?z-Rzb# semanage fcontext -a -t samba_share_t '$FIX_TARGET_PATH%s'
# restorecon %s -v '$FIX_TARGET_PATH')�_)�self�avc�tclassZdpathZrflag� r �0/usr/share/setroubleshoot/plugins/samba_share.py�get_do_text. s zplugin.get_do_textc C s t j| t� | jd� d S )N�3 )r �__init__�__name__Zset_priority)r r r r r 8 s zplugin.__init__c C s^ |j dg�rV|jdddddg� rV|j|j|j �rV|jddg�rV|j� rV| j|j�S d S d S ) NZsmbd_tzhttpd_.*_content_tZrsync_data_tZhome_root_tz
.*_home_dir_tz .*_home_t�filer ) Zmatches_source_typesZmatches_target_typesZall_accesses_are_inZcreate_file_permsZcreate_dir_permsZ
has_tclass_inZpath_is_not_standard_directoryZreportr
)r r r r r �analyze<