This commit is contained in:
Tad 2017-05-29 20:48:36 -04:00
parent dc4f821e44
commit 188d9632ec
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<profiles>
<active>12935e06-b233-4093-b94c-06eb5fa73ed8</active>
<active>1affb8e9-9f00-4a85-8126-5858d6817069</active>
<profile name="Out" uuid="88acad21-d6f7-47c7-bbb6-ccf93ab9a501">
<uuids/>
<profiletype>toggle</profiletype>

View File

@ -128,8 +128,8 @@ enter "system/core"
cat /tmp/ar/hosts >> rootdir/etc/hosts #Merge in our HOSTS file
patch -p1 < $patches"android_system_core/0001-Hardening.patch" #Misc hardening
#enter "system/netd"
#patch -p1 < $patches"android_systemd_netd/0001-iptables.patch"; #Network hardening via iptables XXX: Untested
enter "system/netd"
patch -p1 < $patches"android_system_netd/0001-iptables.patch"; #Network hardening via iptables XXX: Untested
enter "vendor/cm"
patch -p1 < $patches"android_vendor_cm/0001-SCE.patch" #Include our extras such as MicroG and F-Droid