Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927373

Summary: media-gfx/sane-backends-1.2.1[-systemd]: saned runs as root by default
Product: Gentoo Linux Reporter: i.Dark_Templar <idarktemplar>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=927374
Whiteboard:
Package list:
Runtime testing required: ---

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.