Two insignificant fixes that i stumbled on when merging dev_getattr_fs()
Signed-off-by: Dominick Grift <domg472@gmail.com>
This commit is contained in:
parent
735d72d52f
commit
69e900a7f4
@ -77,7 +77,7 @@ template(`sudo_role_template',`
|
||||
corecmd_shell_domtrans($1_sudo_t, $3)
|
||||
corecmd_bin_domtrans($1_sudo_t, $3)
|
||||
allow $3 $1_sudo_t:fd use;
|
||||
allow $3 $1_sudo_t:fifo_file rw_file_perms;
|
||||
allow $3 $1_sudo_t:fifo_file rw_fifo_file_perms;
|
||||
allow $3 $1_sudo_t:process signal_perms;
|
||||
|
||||
kernel_read_kernel_sysctls($1_sudo_t)
|
||||
|
@ -94,7 +94,7 @@ interface(`dev_associate',`
|
||||
## <summary>
|
||||
## Get attributes of device filesystems.
|
||||
## </summary>
|
||||
## <param name="file_type">
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user