Skip to content

How to deal with permissions for USB devices #1616

Answered by tormath1
ddt3 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @ddt3,

Did you have a look to those examples: https://www.flatcar.org/docs/latest/setup/customization/adding-users/#add-users-via-butane-configs ?

This configuration should add the core user to the dialout (use tty if you want tty) group:

variant: flatcar
version: 1.1.0
storage:
  files:
    - path: /etc/userdb/core:dialout.membership
      contents:
        inline: " "

Please note the typo in your initial message too - dialout vs dailout:

$ getent group dialout
dialout:x:249:

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ddt3
Comment options

@tormath1
Comment options

@ddt3
Comment options

Answer selected by ddt3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants