mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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>
28 lines
342 B
JSON
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"
|
|
]
|
|
}
|