apognu / tuigreet

Graphical console greeter for greetd
GNU General Public License v3.0
986 stars 45 forks source link

Use reboot syscall for power management #23

Closed apognu closed 3 years ago

apognu commented 3 years ago

It might be cleaner to use nix::sys::reboot for power management (shut down and reboot) instead of using the current library that shells out to the appropriate commands.

But doing that would require giving tuigreet the CAP_SYS_BOOT capability, which may not be something we want to do.

More research is needed.