Skip to content

Commit

Permalink
apparmor: add locale.alias to known read prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Oct 11, 2024
1 parent 49284e3 commit ec4b5c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/daemon/bpfrecorder/apparmor_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ var knownReadPrefixes = []string{
"/sys/kernel/mm/transparent_hugepage/hpage_pmd_size",
"/usr/share/locale/",
"/usr/lib/locale/",
"/etc/locale.alias",
}

// List of known paths for commonly written to files.
Expand Down

0 comments on commit ec4b5c6

Please sign in to comment.