Results 9 issues of Rich Bayliss

As reported here in the forums: https://forums.balena.io/t/31950

On openBalena I can `balena tunnel` to any port on the device, but the permissions should currently restrict this to port 22222. Before making it possible to tunnel any port...

The permission `resin.device.all` allowed any port to be tunnelled by mistake, rather than intention. This permission is now broken down to the component actions create, read, update and delete. The...

versionbot/pr-draft

1. Moved device from App A to App B 2. The device picked the pinned release for App B 3. The user tried to update the device from pinned release...

The permission `resin.device.all` is allowing all ports to be available to tunnel unintentionally. This should be broken down to `create`, `read`, `update` and `delete`. Additionally we would like to keep...

Firstly, thanks for this amazing effort at getting the tricky RFM12B module working on the Pi. I tried in vain to get it working using SPIDEV and Python but alas...

``` # Following does not work, it builds etc. but the image is garbled: FROM balenalib/raspberrypi4-64:buster as runtime # This works just fine when using raspberrypi3 image: # FROM balenalib/raspberrypi3:buster...