# apparmor.d - Full set of apparmor profiles # Copyright (C) 2024 Alexandre Pujol # SPDX-License-Identifier: GPL-2.0-only abi , include @{exec_path} = @{bin}/timesanitycheck profile timesanitycheck @{exec_path} { include include @{exec_path} mr, @{bin}/cat rix, @{bin}/date rix, /usr/share/timesanitycheck/{,**} r, owner /dev/tty rw, include if exists } # vim:syntax=apparmor