1# associate netdomain to use for accessing internet sockets 2net_domain(hal_tetheroffload_default) 3 4# Allow operations with /dev/ipa, /dev/wwan_ioctl and /dev/ipaNatTable 5allow hal_tetheroffload_default ipa_dev:chr_file rw_file_perms; 6 7# Allow creating and modifying the PID file 8allow hal_tetheroffload_default ipa_vendor_data_file:dir w_dir_perms; 9allow hal_tetheroffload_default ipa_vendor_data_file:file create_file_perms; 10 11