Tftp patch from Dan Walsh.

This commit is contained in:
Chris PeBenito 2010-01-07 09:01:10 -05:00
parent f3890b25db
commit 2650ca57ec
3 changed files with 4 additions and 4 deletions

View File

@ -5,4 +5,4 @@
/tftpboot -d gen_context(system_u:object_r:tftpdir_t,s0)
/tftpboot/.* gen_context(system_u:object_r:tftpdir_t,s0)
/var/lib/tftpboot(/.*)? gen_context(system_u:object_r:tftpdir_t,s0)
/var/lib/tftpboot(/.*)? gen_context(system_u:object_r:tftpdir_rw_t,s0)

View File

@ -20,7 +20,7 @@ interface(`tftp_read_content',`
########################################
## <summary>
## All of the rules required to administrate
## All of the rules required to administrate
## an tftp environment
## </summary>
## <param name="domain">

View File

@ -1,5 +1,5 @@
policy_module(tftp, 1.11.0)
policy_module(tftp, 1.11.1)
########################################
#
@ -93,7 +93,7 @@ userdom_dontaudit_search_user_home_dirs(tftpd_t)
tunable_policy(`tftp_anon_write',`
miscfiles_manage_public_files(tftpd_t)
')
')
optional_policy(`
inetd_udp_service_domain(tftpd_t, tftpd_exec_t)