tiann / KernelSU

A Kernel based root solution for Android
https://kernelsu.org
GNU General Public License v3.0
9.98k stars 1.62k forks source link

Feature request: system r/w; systemless hosts #307

Closed simplerick-simplefun closed 1 year ago

simplerick-simplefun commented 1 year ago

Is your feature request related to a problem? Please describe. Hello I was using adaway and tried to edit system host file but it's not supported. In magisk there's an option of "systemless hosts" but there's no module available for it. Moreover it will be useful for backup/restore of system apps with system r/w.

Describe the solution you'd like feature of "system r/w" or "systemless host"

tiann commented 1 year ago

https://t.me/KernelSU_group/3249/44669

5wHN28Dg commented 1 year ago

Just tested it and unfortunately, it broke play integrity which I need if it because this module uses mount -bind?

Lu5ck commented 1 year ago

mount --bind breaks safetynet, I assume because it is considered mounted overlay /system/etc expose root modifications because it is entire directory thus get detected by anti root Did be nice to be able to overlay just one file or somehow only expose that one file.