Displaying 3 results from an estimated 3 matches for "samba_initrc_exec_t".
2018 May 04
2
Samba HOWTO wiki bug: chcon samba_share_t
On May 4, 2018, at 5:13 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote:
> 
> On 05/04/2018 12:03 PM, Warren Young wrote:
>> ?there is a command down in section 2 that gives an error here on CentOS 7:
>> 
>>     $ sudo semanage fcontext ?at samba_share_t /path/to/share
>>     ?noise noise noise?
>>     semanage: error: unrecognized arguments:
2018 May 05
0
Samba HOWTO wiki bug: chcon samba_share_t
...,user,port,interface,module,node,
> fcontext,boolean,permissive,dontaudit}
>                     ...
>     semanage: error: unrecognized arguments: samba_share_t
> '/path/to/share(/.*)?'
You can check the labels using seinfo -t, below is what I had for samba
   samba_etc_t
   samba_initrc_exec_t
   samba_log_t
   samba_net_exec_t
   samba_net_t
   samba_net_tmp_t
   samba_secrets_t
   samba_share_t
   samba_spool_t
   samba_unconfined_net_t
   samba_unconfined_script_exec_t
   samba_unconfined_script_t
   samba_unit_file_t
   samba_var_t
   sambagui_exec_t
   sambagui_t
I tried a few boxe...
2012 Nov 26
0
Installation and Setup of Samba4 AD DC on CentOS6
...asis and apply them to the
Samba4 installation.  To list these contexts:
# semanage fcontext -l | grep -e samba -e smbd
I modified these to suit the Samba4 installation and defined a set of
rules to relabel the Samba4 directories acordingly.  These are applied
as follows:
# semanage fcontext -a -t samba_initrc_exec_t
"/etc/rc\.d/init\.d/samba4"
# semanage fcontext -a -t samba_etc_t "/etc/samba4(/.*)?"
# semanage fcontext -a -t samba_var_t "/var/lib/samba4(/.*)?"
# semanage fcontext -a -t named_var_run_t
"/var/lib/samba4/private/dns(/.*)?"
# semanage fcontext -a -t named_c...