You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
471 B
8 lines
471 B
# os-brick command filters |
|
# This file should be owned by (and only-writeable by) the root user |
|
|
|
[Filters] |
|
# privileged/__init__.py: priv_context.PrivContext(default) |
|
# This line ties the superuser privs with the config files, context name, |
|
# and (implicitly) the actual python code invoked. |
|
privsep-rootwrap: RegExpFilter, privsep-helper, root, privsep-helper, --config-file, /etc/(?!\.\.).*, --privsep_context, os_brick.privileged.default, --privsep_sock_path, /tmp/.*
|
|
|