Add permissions to read device sysctls to mplayer.
Signed-off-by: Guido Trentalancia <guido@trentalancia.com> --- policy/modules/apps/mplayer.te | 1 + 1 file changed, 1 insertion(+)
This commit is contained in:
parent
15db7d14aa
commit
03bc14351f
|
@ -174,6 +174,7 @@ kernel_dontaudit_getattr_unlabeled_files(mplayer_t)
|
|||
kernel_dontaudit_read_unlabeled_files(mplayer_t)
|
||||
kernel_read_system_state(mplayer_t)
|
||||
kernel_read_kernel_sysctls(mplayer_t)
|
||||
kernel_read_device_sysctls(mplayer_t)
|
||||
|
||||
corecmd_exec_bin(mplayer_t)
|
||||
corecmd_exec_shell(mplayer_t)
|
||||
|
|
Loading…
Reference in New Issue