Skip to content

Commit

Permalink
Update logging_read_all_logs to allow mmap all logfiles BZ(1403463)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrabcak committed Jan 10, 2018
1 parent 1702c2a commit 7a5cfb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy/modules/system/logging.if
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,7 @@ interface(`logging_read_all_logs',`

files_search_var($1)
allow $1 logfile:dir list_dir_perms;
allow $1 logfile:file map;
read_files_pattern($1, logfile, logfile)
')

Expand Down

0 comments on commit 7a5cfb3

Please sign in to comment.