The test is missing the create perm

index 57379df2a..7266eb41d 100755
--- a/tests/regression/apparmor/net_inet_tcp_fastopen.sh
+++ b/tests/regression/apparmor/net_inet_tcp_fastopen.sh
@@ -83,8 +83,9 @@ done
 gen_send_no_connect()
 {
        genprofile \
-         "network;(send,receive,accept,listen,bind);ip=127.0.0.1;port=$port" \
-         "network;(send,receive,accept,listen,bind);ip=::1;port=$port" \
+         "network;(create);inet" \
+         
"network;(create,send,receive,accept,listen,bind);ip=127.0.0.1;port=$port" \
+         "network;(create,send,receive,accept,listen,bind);ip=::1;port=$port" \
          "network;(send,receive);peer=(ip=127.0.0.1)" \
          "network;(send,receive);peer=(ip=::1)" \
          "network;(setopt,getopt);ip=0.0.0.0;port=0" \

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2163740

Title:
  net_inet_tcp_fastopen from ubuntu_qrt_apparmor failed on Resolute

To manage notifications about this bug go to:
https://bugs.launchpad.net/apparmor/+bug/2163740/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to