Chris PeBenito e181fe
# Copyright (C) 2005 Tresys Technology, LLC
Chris PeBenito e181fe
Chris PeBenito 960373
policy_module(libraries,1.0)
Chris PeBenito 960373
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# ld_so_cache_t is the type of /etc/ld.so.cache.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type ld_so_cache_t;
Chris PeBenito b4cd15
files_make_file(ld_so_cache_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
# ld_so_t is the type of the system dynamic loaders.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type ld_so_t;
Chris PeBenito b4cd15
files_make_file(ld_so_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# lib_t is the type of files in the system lib directories.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type lib_t;
Chris PeBenito b4cd15
files_make_file(lib_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
# shlib_t is the type of shared objects in the system lib
Chris PeBenito b4cd15
# directories.
Chris PeBenito b4cd15
#
Chris PeBenito b4cd15
type shlib_t;
Chris PeBenito b4cd15
files_make_file(shlib_t)
Chris PeBenito b4cd15
Chris PeBenito b4cd15
#
Chris PeBenito 33bc0d
# texrel_shlib_t is the type of shared objects in the system lib
Chris PeBenito b4cd15
# directories, which require text relocation.
Chris PeBenito b4cd15
#
Chris PeBenito 33bc0d
type texrel_shlib_t;
Chris PeBenito 33bc0d
files_make_file(texrel_shlib_t)