Blame policy/modules/apps/authbind.te
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
0bfccd |
policy_module(authbind, 1.1.0)
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
########################################
|
|
Chris PeBenito |
b6b574 |
#
|
|
Chris PeBenito |
b6b574 |
# Declarations
|
|
Chris PeBenito |
b6b574 |
#
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
type authbind_t;
|
|
Chris PeBenito |
b6b574 |
type authbind_exec_t;
|
|
Chris PeBenito |
0bfccd |
application_domain(authbind_t, authbind_exec_t)
|
|
Chris PeBenito |
b6b574 |
role system_r types authbind_t;
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
type authbind_etc_t;
|
|
Chris PeBenito |
b6b574 |
files_config_file(authbind_etc_t)
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
########################################
|
|
Chris PeBenito |
b6b574 |
#
|
|
Chris PeBenito |
b6b574 |
# Local policy
|
|
Chris PeBenito |
b6b574 |
#
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
allow authbind_t self:capability net_bind_service;
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
c0868a |
allow authbind_t authbind_etc_t:dir list_dir_perms;
|
|
Chris PeBenito |
0bfccd |
exec_files_pattern(authbind_t, authbind_etc_t, authbind_etc_t)
|
|
Chris PeBenito |
0bfccd |
read_lnk_files_pattern(authbind_t, authbind_etc_t, authbind_etc_t)
|
|
Chris PeBenito |
c0868a |
|
|
Chris PeBenito |
b6b574 |
files_list_etc(authbind_t)
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
term_use_console(authbind_t)
|
|
Chris PeBenito |
b6b574 |
|
|
Chris PeBenito |
b6b574 |
logging_send_syslog_msg(authbind_t)
|