diff --git a/sepolicy/ohos_policy/communication/netmanager/system/netmanager.te b/sepolicy/ohos_policy/communication/netmanager/system/netmanager.te index f2c2180a911bedd2b6e90dbd90d2233d574e2f1c..3f4c63b67d6cf7a6a38030f0898f8adc810518d7 100644 --- a/sepolicy/ohos_policy/communication/netmanager/system/netmanager.te +++ b/sepolicy/ohos_policy/communication/netmanager/system/netmanager.te @@ -66,3 +66,4 @@ allowxperm netmanager data_init_agent:file ioctl { 0x5413 }; allowxperm netmanager netmanager:udp_socket ioctl { 0x8915 0x8916 0x891b 0x891c 0x8933 }; allowxperm netmanager netmanager:unix_dgram_socket ioctl { 0x8910 }; allow netsysnative netmanager:fd { use }; +allow netsysnative netmanager:tcp_socket { read write bind getopt setopt connect }; \ No newline at end of file