diff --git a/public/crash_dump.te b/public/crash_dump.te index cf661bf34..5188d1958 100644 --- a/public/crash_dump.te +++ b/public/crash_dump.te @@ -21,9 +21,6 @@ allow crash_dump domain:fifo_file { read write }; # Append to pipes given to us by processes requesting dumps (e.g. dumpstate) allow crash_dump domain:fifo_file { append }; -# Read information from /proc/$PID. -allow crash_dump domain:process getattr; - r_dir_file(crash_dump, domain) allow crash_dump exec_type:file r_file_perms;