Replies: 1 comment
-
I haven't tried yet, anyway the official dbus documentation (the underlying node-ble daemon) says that it is possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The README has instructions about setting permissions here: https://github.com/chrvadala/node-ble#provide-permissions
I am adding node-ble to an electron app, which is using electron-forge to create a
.deb
package.My plan to set up this file is for the deb installer to run a simple script during post-install:
My issue is that I can't know at the time of packaging, what the username of whoever is installing the package will be.
Would it work to specify a permissions group instead of a username for the policy? And just require the user to be in that group?
Beta Was this translation helpful? Give feedback.
All reactions