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

This commit is contained in:
Philippe Pittoli 2024-12-22 21:51:16 +01:00
parent a13d9e8e84
commit e2140cb698

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: