Update URL paths & include src.zip [v0.0.1]
This commit is contained in:
parent
457d2a088b
commit
54a91bc00d
@ -45,16 +45,16 @@
|
|||||||
# set_permissions() {
|
# set_permissions() {
|
||||||
# Note that all files/folders in magisk module directory have the $MODPATH prefix - keep this prefix on all of your files/folders
|
# Note that all files/folders in magisk module directory have the $MODPATH prefix - keep this prefix on all of your files/folders
|
||||||
# Some examples:
|
# Some examples:
|
||||||
|
|
||||||
# For directories (includes files in them):
|
# For directories (includes files in them):
|
||||||
# set_perm_recursive <dirname> <owner> <group> <dirpermission> <filepermission> <contexts> (default: u:object_r:system_file:s0)
|
# set_perm_recursive <dirname> <owner> <group> <dirpermission> <filepermission> <contexts> (default: u:object_r:system_file:s0)
|
||||||
|
|
||||||
# set_perm_recursive $MODPATH/system/lib 0 0 0755 0644
|
# set_perm_recursive $MODPATH/system/lib 0 0 0755 0644
|
||||||
# set_perm_recursive $MODPATH/system/vendor/lib/soundfx 0 0 0755 0644
|
# set_perm_recursive $MODPATH/system/vendor/lib/soundfx 0 0 0755 0644
|
||||||
|
|
||||||
# For files (not in directories taken care of above)
|
# For files (not in directories taken care of above)
|
||||||
# set_perm <filename> <owner> <group> <permission> <contexts> (default: u:object_r:system_file:s0)
|
# set_perm <filename> <owner> <group> <permission> <contexts> (default: u:object_r:system_file:s0)
|
||||||
|
|
||||||
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
|
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
|
||||||
# set_perm /data/local/tmp/file.txt 0 0 644
|
# set_perm /data/local/tmp/file.txt 0 0 644
|
||||||
#}
|
#}
|
||||||
|
@ -4,4 +4,4 @@ version=v0.0.1
|
|||||||
versionCode=1
|
versionCode=1
|
||||||
author=1ndevelopment
|
author=1ndevelopment
|
||||||
description=Confgure SELinux Policies Non-Permissively
|
description=Confgure SELinux Policies Non-Permissively
|
||||||
updateJson=https://raw.githubusercontent.com/1ndevelopment/fsp_module/main/update.json
|
updateJson=https://git.1ndev.com/1ndevelopment/fsp_module/main/update.json
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "v0.0.1",
|
"version": "v0.0.1",
|
||||||
"versionCode": 1,
|
"versionCode": 1,
|
||||||
"zipUrl": "https://raw.githubusercontent.com/1ndevelopment/fsp_module/install.zip",
|
"zipUrl": "https://git.1ndev.com/1ndevelopment/fsp_module/main/src.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/1ndevelopment/fsp_module/changelog.md"
|
"changelog": "https://git.1ndev.com/1ndevelopment/fsp_module/main/changelog.md"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user