Add to any rules file that you use in /etc/udev/rules.d/ for your Android devices, or create something like 51-android.rules :
# BlackBerry Priv SUBSYSTEM=="usb", ATTR{idVendor}=="0fca", ATTR{idProduct}=="8032", MODE="0666"
Then disconnect from Priv, run sudo service udev restart on the command line and enable Priv again. You should get a MAC address authentication dialog and continue as usual.
source share