fix(profile): mariadb install on debian.

fix #272
This commit is contained in:
Alexandre Pujol 2024-01-14 11:52:52 +00:00
parent a16cbede0b
commit 7581eacdc6
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 8 additions and 11 deletions

View File

@ -28,6 +28,7 @@ profile apt-extracttemplates @{exec_path} {
owner /var/log/unattended-upgrades/unattended-upgrades-dpkg.log rw,
owner /tmp/*.{config,template}.@{rand6} rw,
owner /var/cache/debconf/tmp.ci/*.{config,template}.@{rand6} rw,
owner @{PROC}/@{pid}/fd/ r,

View File

@ -14,25 +14,21 @@ profile update-alternatives @{exec_path} {
@{exec_path} mr,
/var/log/alternatives.log w,
@{bin}/* w,
@{bin}/*.dpkg-tmp rw,
@{lib}/firmware/* rw,
/usr/** rw,
/etc/**.dpkg-tmp rw,
/etc/alternatives/* rw,
/var/lib/dpkg/alternatives/ r,
/var/lib/dpkg/alternatives/* rw,
/var/log/alternatives.log w,
owner /var/lib/alternatives/ r,
owner /var/lib/alternatives/* rw,
@{bin}/* w,
@{bin}/*.dpkg-tmp rw,
@{bin}/* w,
@{bin}/*.dpkg-tmp rw,
/usr/** rw,
@{lib}/firmware/* rw,
include if exists <local/update-alternatives>
}