Kdump reads the kernel core.
This commit is contained in:
parent
837163cfe7
commit
e21162e471
@ -974,6 +974,7 @@ interface(`kernel_read_core_if',`
|
||||
attribute can_dump_kernel;
|
||||
')
|
||||
|
||||
allow $1 self:capability sys_rawio;
|
||||
read_files_pattern($1, proc_t, proc_kcore_t)
|
||||
list_dirs_pattern($1, proc_t, proc_t)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(kernel, 1.11.1)
|
||||
policy_module(kernel, 1.11.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(kdump, 1.0.0)
|
||||
policy_module(kdump, 1.0.1)
|
||||
|
||||
#######################################
|
||||
#
|
||||
@ -29,6 +29,7 @@ files_read_etc_runtime_files(kdump_t)
|
||||
files_read_kernel_img(kdump_t)
|
||||
|
||||
kernel_read_system_state(kdump_t)
|
||||
kernel_read_core_if(kdump_t)
|
||||
|
||||
dev_read_framebuffer(kdump_t)
|
||||
dev_read_sysfs(kdump_t)
|
||||
|
Loading…
Reference in New Issue
Block a user