feat(aa): use profile guideline to sort file rules.

This commit is contained in:
Alexandre Pujol 2023-09-30 13:54:04 +01:00
parent 4dfc1388e3
commit c0bc903101
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 57 additions and 11 deletions

View file

@ -219,7 +219,7 @@ var (
"operation": "open",
"class": "file",
"profile": "gsd-print-notifications",
"name": "/proc/4163/cgroup",
"name": "@{PROC}/4163/cgroup",
"comm": "gsd-print-notif",
"requested_mask": "r",
"denied_mask": "r",
@ -236,7 +236,7 @@ var (
}
file2 = &File{
Qualifier: Qualifier{Owner: true, NoNewPrivs: true},
Path: "/proc/4163/cgroup",
Path: "@{PROC}/4163/cgroup",
Access: "r",
Target: "",
}