Home
last modified time | relevance | path

Searched hist:"8 f6ee74c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/overlayfs/
H A Dinode.c8f6ee74c Wed Sep 02 03:58:49 CDT 2020 Miklos Szeredi <mszeredi@redhat.com> ovl: rearrange ovl_can_list()

ovl_can_list() should return false for overlay private xattrs. Since
currently these use the "trusted.overlay." prefix, they will always match
the "trusted." prefix as well, hence the test for being non-trusted will
not trigger.

Prepare for using the "user.overlay." namespace by moving the test for
private xattr before the test for non-trusted.

This patch doesn't change behavior.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
8f6ee74c Wed Sep 02 03:58:49 CDT 2020 Miklos Szeredi <mszeredi@redhat.com> ovl: rearrange ovl_can_list()

ovl_can_list() should return false for overlay private xattrs. Since
currently these use the "trusted.overlay." prefix, they will always match
the "trusted." prefix as well, hence the test for being non-trusted will
not trigger.

Prepare for using the "user.overlay." namespace by moving the test for
private xattr before the test for non-trusted.

This patch doesn't change behavior.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>