You may need to create a udev rule for the board:
Create a file called 50-nrf9160-feather.rules
and place it in /etc/udev/rules.d
with the following contents:
SUBSYSTEM=="usb", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60" GROUP="users", MODE="0666"⏎