Comment 2 for bug 172534

Revision history for this message
John Johansen (jjohansen) wrote : Re: no way to allow bluetooth socket creation

Sadly the man pages didn't get updated to reflect locking, append, network rules, or change_profile, this is a bug and you can add it to launch pad or reference the bug filed in the forge bugzilla https://bugzilla.novell.com/show_bug.cgi?id=326210.

genprof/logprof should be able to update the profile for this type, or you can manually add any of the following rules.

  network bluetooth seqpacket, # only allow sockets of family bluetooth, type seqpacket
  network bluetooth, # allow any sockets of family bluetooth (as steve mentioned)
  network, # allow all types of networking inet, inet6, bluetooth, ...