misc cleanup
This commit is contained in:
parent
562cc2bd6c
commit
0e721690dc
@ -325,17 +325,14 @@ define(`term_use_generic_pty_depend',`
|
|||||||
## </interface>
|
## </interface>
|
||||||
#
|
#
|
||||||
define(`term_dontaudit_use_generic_pty',`
|
define(`term_dontaudit_use_generic_pty',`
|
||||||
gen_require(`$0'_depend)
|
gen_require(`
|
||||||
|
type devpts_t;
|
||||||
|
class chr_file { read write };
|
||||||
|
')
|
||||||
|
|
||||||
dontaudit $1 devpts_t:chr_file { read write };
|
dontaudit $1 devpts_t:chr_file { read write };
|
||||||
')
|
')
|
||||||
|
|
||||||
define(`term_dontaudit_use_generic_pty_depend',`
|
|
||||||
type devpts_t;
|
|
||||||
|
|
||||||
class chr_file { read write };
|
|
||||||
')
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <interface name="term_use_controlling_term">
|
## <interface name="term_use_controlling_term">
|
||||||
## <description>
|
## <description>
|
||||||
@ -348,18 +345,15 @@ define(`term_dontaudit_use_generic_pty_depend',`
|
|||||||
## </interface>
|
## </interface>
|
||||||
#
|
#
|
||||||
define(`term_use_controlling_term',`
|
define(`term_use_controlling_term',`
|
||||||
gen_require(`$0'_depend)
|
gen_require(`
|
||||||
|
type devtty_t;
|
||||||
|
class chr_file { getattr read write ioctl };
|
||||||
|
')
|
||||||
|
|
||||||
dev_list_all_dev_nodes($1)
|
dev_list_all_dev_nodes($1)
|
||||||
allow $1 devtty_t:chr_file { getattr read write ioctl };
|
allow $1 devtty_t:chr_file { getattr read write ioctl };
|
||||||
')
|
')
|
||||||
|
|
||||||
define(`term_use_controlling_terminal_depend',`
|
|
||||||
type devtty_t;
|
|
||||||
|
|
||||||
class chr_file { getattr read write ioctl };
|
|
||||||
')
|
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <interface name="term_dontaudit_use_ptmx">
|
## <interface name="term_dontaudit_use_ptmx">
|
||||||
## <description>
|
## <description>
|
||||||
|
@ -837,15 +837,13 @@ define(`auth_read_login_records_depend',`
|
|||||||
# auth_rw_login_records(domain)
|
# auth_rw_login_records(domain)
|
||||||
#
|
#
|
||||||
define(`auth_rw_login_records',`
|
define(`auth_rw_login_records',`
|
||||||
gen_require(`$0'_depend)
|
gen_require(`
|
||||||
|
type wtmp_t;
|
||||||
|
class file rw_file_perms;
|
||||||
|
')
|
||||||
|
|
||||||
allow $1 wtmp_t:file rw_file_perms;
|
allow $1 wtmp_t:file rw_file_perms;
|
||||||
logging_search_logs($1)
|
logging_search_logs($1)
|
||||||
')
|
')
|
||||||
|
|
||||||
define(`auth_rw_login_records_depend',`
|
|
||||||
type wtmp_t;
|
|
||||||
class file rw_file_perms;
|
|
||||||
')
|
|
||||||
|
|
||||||
## </module>
|
## </module>
|
||||||
|
Loading…
Reference in New Issue
Block a user