Do not ship addon.d/50-lineage.sh anymore
Description
Do not ship addon.d/50-lineage.sh anymore
Indeed, freeRASP SDK was considering /e/OS as rooted because of the existing /system/addon.d directory.
Reverse engineering through strace hilighted this:
faccessat(AT_FDCWD, "/system/addon.d/", F_OK) = 0
Screenshots
Technical details
Tests
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/2495