missed that sysctl_dev is a dir too

This commit is contained in:
Chris PeBenito 2005-04-28 15:52:42 +00:00
parent 3009816bcd
commit b5860610b4
1 changed files with 1 additions and 0 deletions

View File

@ -497,6 +497,7 @@ define(`kernel_read_device_sysctl',`
requires_block_template(kernel_read_device_sysctl_depend,$2)
allow $1 proc_t:dir search;
allow $1 sysctl_t:dir { getattr search read };
allow $1 sysctl_dev_t:dir { getattr search read };
allow $1 sysctl_dev_t:file { getattr read };
')