feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2023-09-05 23:36:46 +01:00
parent 7b4979cc63
commit 1fb2de0acd
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
10 changed files with 20 additions and 13 deletions

View file

@ -44,6 +44,7 @@ profile apt-methods-store @{exec_path} {
/root/ r,
/var/lib/apt/lists/{,**} r,
/var/lib/ubuntu-advantage/apt-esm/{,**} r,
owner /var/lib/apt/lists/* rw,
owner /var/lib/apt/lists/partial/* rw,
owner /var/lib/ubuntu-advantage/apt-esm/{,**} rw,

View file

@ -35,6 +35,7 @@ profile dpkg-preconfigure @{exec_path} {
owner /tmp/*.template.* rw,
owner /tmp/*.config.* rwPUx,
owner /var/cache/debconf/ rw,
owner /var/cache/debconf/{config,passwords,templates}.dat{,-old,-new} rwk,
owner /var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,

View file

@ -58,6 +58,8 @@ profile dbus-daemon @{exec_path} flags=(attach_disconnected) {
/usr/share/gnome-documents/org.gnome.Documents rPx,
/usr/share/org.gnome.Characters/org.gnome.Characters rPx,
/usr/share/org.gnome.Characters/org.gnome.Characters.BackgroundService rPx,
@{user_share_dirs}/gnome-shell/extensions/gsconnect@andyholmes.github.io/service/daemon.js rPx,
/usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/service/daemon.js rPx,
/etc/dbus-1/{,**} r,

View file

@ -19,6 +19,7 @@ profile systemd-tmpfiles @{exec_path} flags=(attach_disconnected) {
capability fsetid,
capability mknod,
capability net_admin,
capability sys_resource,
capability syslog,
@{exec_path} mr,

View file

@ -43,8 +43,8 @@ profile update-motd-updates-available @{exec_path} {
/var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
/var/cache/apt/ r,
/var/cache/apt/** rwk,
owner /var/cache/apt/ rw,
owner /var/cache/apt/** rwk,
/tmp/ r,