apparmor: zoneinfo/ can be in /etc/ (alpine).

This commit is contained in:
Philippe Pittoli 2024-12-22 21:50:24 +01:00
parent a6add70310
commit 05e43e3dfb

View File

@ -7,7 +7,7 @@
# Enable reading files from different places required by the libraries I use,
# which may be the Crystal standard library itself.
@{BASE_RO}=/dev/{,u}random /dev/pts/* /proc/** /etc/localtime /usr/share/zoneinfo/**
@{BASE_RO}=/dev/{,u}random /dev/pts/* /proc/** /etc/localtime /{etc,usr/share}/zoneinfo/**
@{BASE_RW}=/dev/{null,zero,full}
# Found in other profiles: