Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • L linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 129
    • Issues 129
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Librem5
  • linux
  • Merge requests
  • !36

Merged
Created Dec 16, 2019 by Guido Gunther@guido.guntherOwner

Librem5: Enable tmpfs ACLs

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

This avoids having to add the purism user to lots of groups since logind can make it's job, e.g.:

$ getfacl /dev/dri/renderD128
getfacl: Removing leading '/' from absolute path names
user::rw-
user:purism:rw-
group::rw-
mask::rw-
other::---

$ getfacl rfkill
user::rw-
user:purism:rw-
group::rw-
mask::rw-
other::r--

So adding the user purism user to the netdev and render groups becomes superfluous.

This was blocked by

wlroots#18 (closed)

before.

Signed-off-by: Guido Günther guido.gunther@puri.sm

I'd appreciate testing of the artifact produced by ci (it works here without issues)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mrs/devtmpfs