feat(opensuse): final opensuse integration.

This commit is contained in:
Alexandre Pujol 2023-02-04 23:55:14 +00:00
parent 609097ef27
commit e93e80ee20
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 80 additions and 32 deletions

View file

@ -58,5 +58,7 @@ profile spice-vdagent @{exec_path} {
/dev/dri/card[0-9]* rw,
owner @{PROC}/@{pids}/task/@{tid}/comm rw,
include if exists <local/spice-vdagent>
}

View file

@ -6,7 +6,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/sysctl
@{exec_path} = /{usr/,}{s,}bin/sysctl
profile sysctl @{exec_path} {
include <abstractions/base>
@ -16,6 +16,7 @@ profile sysctl @{exec_path} {
@{exec_path} mr,
/etc/sysctl.conf r,
/etc/sysctl.d/{,**} r,
/usr/lib/sysctl.d/{,**} r,

View file

@ -42,6 +42,8 @@ profile wpa-supplicant @{exec_path} flags=(attach_disconnected) {
/etc/wpa_supplicant/wpa_supplicant.conf.tmp rw,
/etc/libnl/{classid,pktloc} r,
/var/log/wpa_supplicant.log rw,
@{HOME}/.cat_installer/*.pem r,
owner @{run}/wpa_supplicant/{,**} rw,