mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-12-25 23:49:32 -05:00
Fixes
This commit is contained in:
parent
dc4f821e44
commit
188d9632ec
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<profiles>
|
<profiles>
|
||||||
<active>12935e06-b233-4093-b94c-06eb5fa73ed8</active>
|
<active>1affb8e9-9f00-4a85-8126-5858d6817069</active>
|
||||||
<profile name="Out" uuid="88acad21-d6f7-47c7-bbb6-ccf93ab9a501">
|
<profile name="Out" uuid="88acad21-d6f7-47c7-bbb6-ccf93ab9a501">
|
||||||
<uuids/>
|
<uuids/>
|
||||||
<profiletype>toggle</profiletype>
|
<profiletype>toggle</profiletype>
|
@ -128,8 +128,8 @@ enter "system/core"
|
|||||||
cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
|
cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
|
||||||
patch -p1 < $patches"android_system_core/0001-Hardening.patch" #Misc hardening
|
patch -p1 < $patches"android_system_core/0001-Hardening.patch" #Misc hardening
|
||||||
|
|
||||||
#enter "system/netd"
|
enter "system/netd"
|
||||||
#patch -p1 < $patches"android_systemd_netd/0001-iptables.patch"; #Network hardening via iptables XXX: Untested
|
patch -p1 < $patches"android_system_netd/0001-iptables.patch"; #Network hardening via iptables XXX: Untested
|
||||||
|
|
||||||
enter "vendor/cm"
|
enter "vendor/cm"
|
||||||
patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid
|
patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid
|
||||||
|
Loading…
Reference in New Issue
Block a user