correct shlib_t alias

This commit is contained in:
Chris PeBenito 2005-11-09 20:48:20 +00:00
parent 59a00d8a55
commit 33faf59e07
1 changed files with 6 additions and 3 deletions

View File

@ -28,14 +28,17 @@ files_type(lib_t)
# shlib_t is the type of shared objects in the system lib # shlib_t is the type of shared objects in the system lib
# directories. # directories.
# #
type shlib_t; ifdef(`targeted_policy',`
files_type(shlib_t) typealias lib_t alias shlib_t;
',`
type shlib_t;
files_type(shlib_t)
')
# #
# texrel_shlib_t is the type of shared objects in the system lib # texrel_shlib_t is the type of shared objects in the system lib
# directories, which require text relocation. # directories, which require text relocation.
# #
ifdef(`targeted_policy',` ifdef(`targeted_policy',`
typealias lib_t alias texrel_shlib_t; typealias lib_t alias texrel_shlib_t;
',` ',`