Files
packages/utils/dbus/files/dbus.json
John Audia f238d6dd09 dbus: run as regular user rather than as root
Running as a dedicated dbus users is better from both a security and an
isolation perspective than running as root.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-07-31 10:59:55 +02:00

28 lines
342 B
JSON

{
"bounding": [
"CAP_SETPCAP",
"CAP_SETUID",
"CAP_SETGID"
],
"effective": [
"CAP_SETPCAP",
"CAP_SETUID",
"CAP_SETGID"
],
"ambient": [
"CAP_SETPCAP",
"CAP_SETUID",
"CAP_SETGID"
],
"permitted": [
"CAP_SETPCAP",
"CAP_SETUID",
"CAP_SETGID"
],
"inheritable": [
"CAP_SETPCAP",
"CAP_SETUID",
"CAP_SETGID"
]
}