On Thu, 28 Sep 2006 15:30:53 -0400 (EDT)
James Morris <[email protected]> wrote:
> This patch allows commas to be embedded into context mount options (i.e.
> "-o context=some_selinux_context_t"), to better support multiple
> categories, which are separated by commas and confuse mount.
>
> For example, with the current code:
>
> mount -t iso9660 /dev/cdrom /media/cdrom -o \
> ro,context=system_u:object_r:iso9660_t:s0:c1,c3,c4,exec
>
> The context option that will be interpreted by SELinux is
> context=system_u:object_r:iso9660_t:s0:c1
>
> instead of
> context=system_u:object_r:iso9660_t:s0:c1,c3,c4
>
> The options that will be passed on to the file system will be
> ro,c3,c4,exec.
>
> The proposed solution is to allow/require the SELinux context option
> specified to mount to use quotes when the context contains a comma.
None of this seems to be documented anywhere. I expect the people who
actually work on this stuff make a pretty tight group, but...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]