Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927373 - media-gfx/sane-backends-1.2.1[-systemd]: saned runs as root by default
Summary: media-gfx/sane-backends-1.2.1[-systemd]: saned runs as root by default
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 18:21 UTC by i.Dark_Templar
Modified: 2024-03-20 18:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description i.Dark_Templar 2024-03-20 18:21:39 UTC
openrc starts saned daemon as root by default, while systemd configs indicate that systemd use saned user. I think it'd be a good idea to run saned as saned user with openrc too.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 sane-backends
2. /etc/init.d/saned start
Actual Results:  
saned runs as root user.

Expected Results:  
saned runs as saned user.