Get attributes of generic ptys, from Russell Coker.
This commit is contained in:
parent
9f55b76f2a
commit
461451d7a7
|
@ -1 +1 @@
|
||||||
Subproject commit 3c2cbee38e9d220b9cf1844ceb53f46e0a7b210e
|
Subproject commit a4b70fa0fe684595d4b3ff5f12fa043a9e723d11
|
|
@ -536,6 +536,23 @@ interface(`term_relabel_pty_dirs',`
|
||||||
allow $1 devpts_t:dir relabel_dir_perms;
|
allow $1 devpts_t:dir relabel_dir_perms;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
## <summary>
|
||||||
|
## Get the attributes of generic pty devices.
|
||||||
|
## </summary>
|
||||||
|
## <param name="domain">
|
||||||
|
## <summary>
|
||||||
|
## Domain to allow
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`term_getattr_generic_ptys',`
|
||||||
|
gen_require(`
|
||||||
|
type devpts_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
allow $1 devpts_t:chr_file getattr;
|
||||||
|
')
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Do not audit attempts to get the attributes
|
## Do not audit attempts to get the attributes
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
policy_module(terminal, 1.14.0)
|
policy_module(terminal, 1.14.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue