feat(aa): use profile guideline to sort file rules.
This commit is contained in:
parent
4dfc1388e3
commit
c0bc903101
4 changed files with 57 additions and 11 deletions
|
|
@ -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: "",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue