On 2024/11/11 11:04, Jaegeuk Kim via Linux-f2fs-devel wrote:
The immutable bit disallows selinux permission which gives no way to clear it.
Fixes: 8cc4e257ec20 ("mkfs.f2fs: add device aliasing feature")
Signed-off-by: Jaegeuk Kim
Reviewed-by: Chao Yu
Thanks,
__
Reviewed-by: Daeho Jeong
Thanks,
On Sun, Nov 10, 2024 at 7:09 PM Jaegeuk Kim via Linux-f2fs-devel
wrote:
>
> The immutable bit disallows selinux permission which gives no way to clear it.
>
> Fixes: 8cc4e257ec20 ("mkfs.f2fs: add device aliasing feature")
> Signed-off-by: Jaegeuk Kim
> ---
> m
The immutable bit disallows selinux permission which gives no way to clear it.
Fixes: 8cc4e257ec20 ("mkfs.f2fs: add device aliasing feature")
Signed-off-by: Jaegeuk Kim
---
mkfs/f2fs_format.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mkfs/f2fs_format.c b/mkfs/f2fs_for