selinux-policy/refpolicy/policy/modules/system/libraries.te

35 lines
660 B
Plaintext
Raw Normal View History

2005-04-20 19:07:16 +00:00
# Copyright (C) 2005 Tresys Technology, LLC
policy_module(libraries,1.0)
2005-04-14 20:18:17 +00:00
#
# ld_so_cache_t is the type of /etc/ld.so.cache.
#
type ld_so_cache_t;
files_make_file(ld_so_cache_t)
# ld_so_t is the type of the system dynamic loaders.
#
type ld_so_t;
files_make_file(ld_so_t)
#
# lib_t is the type of files in the system lib directories.
#
type lib_t;
files_make_file(lib_t)
#
# shlib_t is the type of shared objects in the system lib
# directories.
#
type shlib_t;
files_make_file(shlib_t)
#
2005-04-21 22:46:49 +00:00
# texrel_shlib_t is the type of shared objects in the system lib
2005-04-14 20:18:17 +00:00
# directories, which require text relocation.
#
2005-04-21 22:46:49 +00:00
type texrel_shlib_t;
files_make_file(texrel_shlib_t)