New issue
Advanced search Search tips

Issue 838959 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: ----



Sign in to add a comment

Support SELinux for tools inside chroot

Project Member Reported by victorhsieh@chromium.org, May 2 2018

Issue description

It looks like we don't support SELinux label inside chroot.  Note the goal is NOT to "enable" SELinux to chroot.

$ stat -c '%C' ~/.gitconfig
stat: failed to get security context of '/home/victorhsieh/.gitconfig': Operation not supported

As vapier@ mentioned, we probably just need USE=selinux for tool support.  Probably no file system change is needed, as extended attribute is already supported.
 

Sign in to add a comment