Terminal patch from Dan Walsh.
This commit is contained in:
parent
98652c65a3
commit
135b1b4c54
@ -651,6 +651,25 @@ interface(`term_use_controlling_term',`
|
|||||||
allow $1 devtty_t:chr_file { rw_term_perms lock append };
|
allow $1 devtty_t:chr_file { rw_term_perms lock append };
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
## <summary>
|
||||||
|
## Do not audit attempts to get attributes
|
||||||
|
## on the pty multiplexor (/dev/ptmx).
|
||||||
|
## </summary>
|
||||||
|
## <param name="domain">
|
||||||
|
## <summary>
|
||||||
|
## Domain to not audit.
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`term_dontaudit_getattr_ptmx',`
|
||||||
|
gen_require(`
|
||||||
|
type ptmx_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
dontaudit $1 ptmx_t:chr_file getattr;
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Read and write the pty multiplexor (/dev/ptmx).
|
## Read and write the pty multiplexor (/dev/ptmx).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
policy_module(terminal, 1.8.0)
|
policy_module(terminal, 1.8.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user