[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: lost+found labeling
- From: Ken YANG <spng yang gmail com>
- To: Stephanos Manos <stefmanos gmail com>
- Cc: fedora-selinux-list redhat com
- Subject: Re: lost+found labeling
- Date: Mon, 03 Sep 2007 14:34:52 +0800
Stephanos Manos wrote:
> Hi
>
> I'm in the proses of building a hole server and i was wondering what is
> the correct way of labeling the lost+found directory of various file
> systems that will be mounted under the /srv. I have labeled /srv as
> public_content_rw_t with
> semanage fcontext -a -t public_content_rw_t '/srv(/.*)?'
> but that results to lost+found being labeled as public_content_rw_t so i
> also run
> semange fcontext -a -f -d -t lost_found_t '/srv/(.*/)lost\+found'
>
> my question is:
> in /etc/selinux/targeted/contexts/files/file_contexts i see two lines
> for /lost+found
> a. /lost\+found/.* <<none>>
> b. /lost\+found -d system_u:object_r:lost_found_t:s0
>
> the second is created with the above mentioned command
> who do i create the first or i don't needed?
the first one is about the content in lost+found, and the second is
about the directory lost+found, i think you also find the "-d" item.
the label rules you create through "semanage fcontext" are in:
/etc/selinux/targeted/contexts/files/file_contexts.local
>
> Regards
>
> Stephanos Manos
>
> --
> fedora-selinux-list mailing list
> fedora-selinux-list redhat com
> https://www.redhat.com/mailman/listinfo/fedora-selinux-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]