Use nameservice-strict, fix exec
This commit is contained in:
parent
e2e14510ff
commit
ddf5f1f512
1 changed files with 2 additions and 5 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
||||||
profile zsysctl @{exec_path} flags=(complain) {
|
profile zsysctl @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/dbus-strict>
|
include <abstractions/dbus-strict>
|
||||||
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
capability sys_ptrace,
|
capability sys_ptrace,
|
||||||
capability sys_admin,
|
capability sys_admin,
|
||||||
|
|
@ -18,13 +19,9 @@ profile zsysctl @{exec_path} flags=(complain) {
|
||||||
interface=org.freedesktop.PolicyKit1.Authority
|
interface=org.freedesktop.PolicyKit1.Authority
|
||||||
member=CheckAuthorization,
|
member=CheckAuthorization,
|
||||||
|
|
||||||
@{exec_path} rm,
|
@{exec_path} rmix,
|
||||||
/{usr/,}bin/zsysctl rix,
|
|
||||||
/{usr/,}bin/zsysd rix,
|
|
||||||
|
|
||||||
/etc/hostid r,
|
/etc/hostid r,
|
||||||
/etc/passwd r,
|
|
||||||
/etc/nsswitch.conf r,
|
|
||||||
/etc/zsys.conf r,
|
/etc/zsys.conf r,
|
||||||
|
|
||||||
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
|
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue