mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fix the iptables hardening patch
This commit is contained in:
parent
edaffb05f0
commit
e343f5b465
2 changed files with 34 additions and 69 deletions
|
@ -156,8 +156,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_system_netd/0001-iptables.patch"; #Network hardening via iptables XXX: Doesn't seem to do anything?
|
||||
enter "system/netd"
|
||||
patch -p1 < $patches"android_system_netd/0001-iptables.patch"; #Network hardening via iptables
|
||||
|
||||
enter "vendor/cm"
|
||||
awk -i inplace '!/50-cm.sh/' config/common.mk; #Make sure our hosts is always used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue