SELinux contexts

Daniel J Walsh dwalsh at redhat.com
Thu Jul 31 18:28:36 UTC 2014


On 07/31/2014 01:52 PM, Paolo Galtieri wrote:
> On 07/31/2014 09:51 AM, Michael Cronenworth wrote:
>> On 07/31/2014 10:54 AM, pgaltieri . wrote:
>>> sudo semanage fcontext -a -t var_log_t 'logs'
>> [snip]
>>
>> You need to pass the full path here.
>>
>> # semanage fcontext -a -t var_log_t /media/NSM/NSM-SENSOR-2/logs
>>
> I tried that and the restorecon and the file type is still file_t
> instead of var_log_t.
>
> Paolo
# semanage fcontext -a -t var_log_t '/media/NSM/NSM-SENSOR-2/logs(/.*)?'
# restorecon -R -v /media/NSM/NSM-SENSOR-2

Should change labels. 



More information about the users mailing list