vvb2060 / riru-unshare

173 stars 34 forks source link

errors in define #9

Closed haikejishu closed 2 years ago

haikejishu commented 2 years ago

https://android.googlesource.com/platform/external/sepolicy/+/556bb0f55324e8839d7b735a0de9bc31028e839e/isolated_app.te

This file defines the rules for isolated apps. An "isolated

app" is an APP with UID between AID_ISOLATED_START (99000)

and AID_ISOLATED_END (99999).

but the file 'android_filesystem_config.h' is '#define AID_ISOLATED_START 90000'.

yujincheng08 commented 2 years ago

https://cs.android.com/android/platform/superproject/+/master:system/core/libcutils/include/private/android_filesystem_config.h;l=210?q=AID_ISOLATED_START&sq=

vvb2060 commented 2 years ago

@yujincheng08 https://android-review.googlesource.com/c/platform/system/core/+/873074

haikejishu commented 2 years ago

I know. Thanks @vvb2060 @yujincheng08