tests(check): enable and enfore more checks.

This commit is contained in:
Alexandre Pujol 2025-07-26 23:15:52 +02:00 committed by Alex
parent da4f5f8a2c
commit 1d3b58f15c
57 changed files with 148 additions and 130 deletions

View file

@ -56,6 +56,7 @@ profile dpkg-scripts @{exec_path} {
/etc/** PUx,
/usr/share/** PUx,
#aa:lint ignore=too-wide
# Maintainer's scripts can update a lot of files
/ r,
/*/ r,
@ -65,6 +66,7 @@ profile dpkg-scripts @{exec_path} {
@{lib}/** w,
/opt/*/** rw,
#aa:lint ignore=too-wide
/etc/ r,
/etc/** rw,
/usr/share/*/{,**} rw,