Remove redundant shared lib access in tcsd.

This commit is contained in:
Chris PeBenito 2011-02-07 08:39:51 -05:00
parent 74e4a5d4c1
commit dd978f6080
1 changed files with 0 additions and 4 deletions

View File

@ -43,9 +43,5 @@ files_read_etc_files(tcsd_t)
files_read_usr_files(tcsd_t)
miscfiles_read_localization(tcsd_t)
# tcsd is dynamically linked and thus uses ld.so and shared libs.
libs_use_ld_so(tcsd_t)
libs_use_shared_libs(tcsd_t)
# Log messages via syslog.
logging_send_syslog_msg(tcsd_t)