feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-02-19 17:42:05 +00:00
parent 4fe03b7417
commit d66a8fa082
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 58 additions and 73 deletions

View file

@ -19,7 +19,8 @@ profile fsck @{exec_path} {
@{exec_path} mr,
/{usr/,}{s,}bin/e2fsck rPx,
/{usr/,}{s,}bin/fsck.* rPx,
/{usr/,}sbin/fsck.* rPx,
/{usr/,}bin/fsck.* rPx,
/etc/fstab r,

View file

@ -10,7 +10,7 @@ include <tunables/global>
profile fsck-ext4 @{exec_path} {
include <abstractions/base>
@{exec_path} r,
@{exec_path} rm,
/{usr/,}bin/{,ba,da}sh rix,

View file

@ -58,7 +58,8 @@ profile fwupd @{exec_path} flags=(complain,attach_disconnected) {
dbus receive bus=system path=/
interface=org.freedesktop.DBus.Properties
member=GetAll,
member={GetAll,SetHints,GetPlugins,GetRemotes}
peer=(name=:*, label=fwupdmgr),
dbus bind bus=system
name=org.freedesktop.fwupd,