diff --git a/apparmor.d/profiles-s-z/uuidgen b/apparmor.d/profiles-s-z/uuidgen new file mode 100644 index 00000000..4a433508 --- /dev/null +++ b/apparmor.d/profiles-s-z/uuidgen @@ -0,0 +1,17 @@ +# apparmor.d - Full set of apparmor profiles +# Copyright (C) 2024 Alexandre Pujol +# SPDX-License-Identifier: GPL-2.0-only + +abi , + +include + +@{exec_path} = @{bin}/uuidgen +profile uuidgen @{exec_path} { + include + include + + @{exec_path} mr, + + include if exists +} \ No newline at end of file