Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L lightdm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Xfce external packages
  • lightdm
  • Merge requests
  • !1

Backport upstream hide systemd dynamic users fix

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cody Garver requested to merge codygarver-guest/lightdm:backport-hide-systemd-dynamic-users into debian/master Oct 05, 2018
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 2

As seen here: https://github.com/CanonicalLtd/lightdm/pull/38

From upstream PR:

systemd creates "dynamic users". These accounts should be hidden from login screen.
But it's possible that systemd creates them with id > 1000 and shell == "/sbin/nologin".

Currently lightdm shows these accounts if AccountService is not installed. See:
https://bbs.archlinux.org/viewtopic.php?id=238704

To fix this, add "/sbin/nologin" to ignored shells.

Please see: http://0pointer.net/blog/dynamic-users-with-systemd.html
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: backport-hide-systemd-dynamic-users