Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d477865 authored by Sooraj S's avatar Sooraj S 👽
Browse files

allow access to iptables for netd

parent d3541e8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Trust
/system/bin/hw/lineage\.trust@1\.0-service      u:object_r:hal_lineage_trust_default_exec:s0
/system/bin/iptables                            u:object_r:lineage_iptables_exec:s0
+5 −0
Original line number Diff line number Diff line
# iptables
type lineage_iptables, domain, coredomain;

type lineage_iptables_exec, exec_type, system_file_type, file_type;
init_daemon_domain(lineage_iptables)

common/system/netd.te

0 → 100644
+1 −0
Original line number Diff line number Diff line
allow netd lineage_iptables_exec:file { execute_no_trans execute read open getattr };