Merge "Allow remounting /mnt/user/0 as slave mount" am: 83b28e267e
am: 7cfc15c68c
am: 7080d6494f
Change-Id: Ib29cda1e0ac419e5551e7b199c6ecdaf99076755
This commit is contained in:
commit
c32e398084
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ allow init self:global_capability_class_set sys_chroot;
|
|||
|
||||
# Create and mount on directories in /.
|
||||
allow init rootfs:dir create_dir_perms;
|
||||
allow init { rootfs cache_file cgroup storage_file system_data_file system_file vendor_file postinstall_mnt_dir }:dir mounton;
|
||||
allow init { rootfs cache_file cgroup storage_file mnt_user_file system_data_file system_file vendor_file postinstall_mnt_dir }:dir mounton;
|
||||
allow init cgroup_bpf:dir { create mounton };
|
||||
|
||||
# Mount bpf fs on sys/fs/bpf
|
||||
|
|
Loading…
Reference in a new issue