Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • 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 142
    • Issues 142
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • linux
  • Merge requests
  • !36

Librem5: Enable tmpfs ACLs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Guido Gunther requested to merge guido.gunther/linux-next:mrs/devtmpfs into imx8-current-librem5 Dec 16, 2019
  • 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