Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c79ad41b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Harden /mnt/pass_through paths" am: 294c1602 am: 8cf544b7

Change-Id: Ib311a1d8cb98606fc4e952ace57d2991e3842175
parents 2d5970ff 8cf544b7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -191,10 +191,10 @@ on init

    # Prepare directories for pass through processes
    mkdir /mnt/pass_through 0700 root root
    mkdir /mnt/pass_through/0 0755 root root
    mkdir /mnt/pass_through/0/self 0755 root root
    mkdir /mnt/pass_through/0/emulated 0755 root root
    mkdir /mnt/pass_through/0/emulated/0 0755 root root
    mkdir /mnt/pass_through/0 0710 root media_rw
    mkdir /mnt/pass_through/0/self 0710 root media_rw
    mkdir /mnt/pass_through/0/emulated 0710 root media_rw
    mkdir /mnt/pass_through/0/emulated/0 0710 root media_rw

    mkdir /mnt/expand 0771 system system
    mkdir /mnt/appfuse 0711 root root