correct shlib_t alias
This commit is contained in:
parent
59a00d8a55
commit
33faf59e07
|
@ -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;
|
||||||
',`
|
',`
|
||||||
|
|
Loading…
Reference in New Issue