Skip to content

Librem5: Enable tmpfs ACLs

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)

Merge request reports