mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-09 10:09:09 +00:00
Stop copy sepolicy.rule (#806)
This commit is contained in:
parent
028a766d74
commit
599e027054
4 changed files with 0 additions and 6 deletions
Binary file not shown.
BIN
bin/x64/lspinit
BIN
bin/x64/lspinit
Binary file not shown.
|
@ -542,7 +542,6 @@ if [ "$HAS_GAPPS" ]; then
|
|||
if [ -f "$GAPPS_IMAGE_PATH" ] && [ -f "$GAPPS_RC_PATH" ]; then
|
||||
echo "Integrating GApps"
|
||||
"$WORK_DIR/magisk/magiskboot" cpio "$WORK_DIR/wsa/$ARCH/Tools/initrd.img" \
|
||||
"add 000 /lspolicy.rule sepolicy.rule" \
|
||||
"add 000 overlay.d/gapps.rc $GAPPS_RC_PATH" \
|
||||
"add 000 overlay.d/sbin/lsp_gapps.img $GAPPS_IMAGE_PATH" \
|
||||
|| abort "Unable to patch initrd"
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
allow gmscore_app gmscore_app vsock_socket { create connect write read }
|
||||
allow gmscore_app device_config_runtime_native_boot_prop file read
|
||||
allow gmscore_app system_server_tmpfs dir search
|
||||
allow gmscore_app system_server_tmpfs file open
|
||||
allow gmscore_app { system_server_tmpfs media_rw_data_file } filesystem getattr
|
Loading…
Add table
Reference in a new issue