feat(fsp): improve the systemd profiles.
This commit is contained in:
parent
47b6e3c616
commit
ab41d2e0f3
2 changed files with 22 additions and 6 deletions
|
|
@ -108,6 +108,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
remount @{run}/systemd/unit-root/{,**},
|
||||
remount /,
|
||||
remount /snap/{,**},
|
||||
remount options=(ro bind) /boot/efi/,
|
||||
remount options=(ro noexec noatime bind) /var/snap/{,**},
|
||||
remount options=(ro nosuid bind) /dev/,
|
||||
remount options=(ro nosuid nodev bind) /dev/hugepages/,
|
||||
|
|
@ -127,18 +128,20 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
pivot_root oldroot=@{run}/systemd/mount-rootfs/ @{run}/systemd/mount-rootfs/,
|
||||
pivot_root oldroot=@{run}/systemd/unit-root/ @{run}/systemd/unit-root/,
|
||||
|
||||
mqueue (read getattr) type=posix /,
|
||||
|
||||
change_profile,
|
||||
|
||||
signal (receive) set=(rtmin+23) peer=plymouthd,
|
||||
signal (receive) set=(term, hup, cont),
|
||||
signal (send),
|
||||
signal receive set=(rtmin+23) peer=plymouthd,
|
||||
signal receive set=(term hup cont),
|
||||
signal send,
|
||||
|
||||
ptrace (read, readby),
|
||||
|
||||
unix (send) type=dgram,
|
||||
unix send type=dgram,
|
||||
|
||||
unix (receive) type=dgram addr=none peer=(label=systemd-timesyncd, addr=none),
|
||||
unix (send, receive, connect) type=stream addr=none peer=(label=plymouthd, addr=@/org/freedesktop/plymouthd),
|
||||
unix receive type=dgram peer=(label=systemd-timesyncd),
|
||||
unix (send, receive, connect) type=stream peer=(label=plymouthd, addr=@/org/freedesktop/plymouthd),
|
||||
|
||||
#aa:dbus own bus=system name=org.freedesktop.systemd1
|
||||
|
||||
|
|
@ -151,6 +154,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
@{lib}/** Px,
|
||||
/etc/cron.*/* Px,
|
||||
/etc/init.d/* Px,
|
||||
/etc/update-motd.d/* Px,
|
||||
/usr/share/*/** Px,
|
||||
|
||||
# Systemd internal service started and config handler (sandboxing, namespacing, cgroup, etc.)
|
||||
|
|
@ -192,6 +196,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
|
||||
@{etc_ro}/environment r,
|
||||
@{etc_ro}/environment.d/{,**} r,
|
||||
/etc/acpi/events/{,**} r,
|
||||
/etc/binfmt.d/{,**} r,
|
||||
/etc/conf.d/{,**} r,
|
||||
/etc/credstore.encrypted/{,**} r,
|
||||
|
|
@ -203,12 +208,16 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
/etc/systemd/{,**} r,
|
||||
/etc/udev/hwdb.d/{,**} r,
|
||||
|
||||
/var/log/dmesg rw,
|
||||
/var/lib/systemd/{,**} rw,
|
||||
owner /var/tmp/systemd-private-*/{,**} rw,
|
||||
|
||||
/tmp/namespace-dev-@{rand6}/{,**} rw,
|
||||
/tmp/systemd-private-*/{,**} rw,
|
||||
|
||||
@{att}/@{run}/systemd/journal/socket r,
|
||||
@{att}/@{run}/systemd/journal/dev-log r,
|
||||
|
||||
@{run}/ rw,
|
||||
@{run}/*.socket w,
|
||||
@{run}/*/ rw,
|
||||
|
|
@ -274,6 +283,7 @@ profile systemd flags=(attach_disconnected,mediate_deleted) {
|
|||
owner @{PROC}/@{pid}/oom_score_adj rw,
|
||||
|
||||
/dev/autofs r,
|
||||
/dev/input/ r,
|
||||
/dev/kmsg w,
|
||||
/dev/tty@{int} rw,
|
||||
owner /dev/console rwk,
|
||||
|
|
|
|||
|
|
@ -136,18 +136,24 @@ profile systemd-user flags=(attach_disconnected,mediate_deleted) {
|
|||
owner @{PROC}/@{pids}/fd/ r,
|
||||
owner @{PROC}/@{pids}/oom_score_adj rw,
|
||||
|
||||
/dev/kmsg w,
|
||||
/dev/tty rw,
|
||||
|
||||
deny capability bpf,
|
||||
deny capability dac_override,
|
||||
deny capability dac_read_search,
|
||||
deny capability mknod,
|
||||
deny capability net_admin,
|
||||
deny capability perfmon,
|
||||
deny capability sys_admin,
|
||||
deny capability sys_resource,
|
||||
|
||||
profile systemctl {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/systemctl>
|
||||
|
||||
deny capability net_admin,
|
||||
|
||||
include if exists <usr/systemd-user_systemctl.d>
|
||||
include if exists <local/systemd-user_systemctl>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue