mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-02-10 00:27:22 +00:00
Introduce the substitutions for the /usr/local/lib* locations (towards /usr/lib) and /etc/init.d (towards /etc/rc.d/init.d). Update the file contexts of the translated locations. Rebased (collided with Guido's patch for commenting within the file_contexts.subs_dist file) since v3. Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>
22 lines
573 B
Plaintext
22 lines
573 B
Plaintext
# This file can is used to configure base path aliases as in:
|
|
#
|
|
# /aliased_path /original_path_as_configured_in_file_contexts
|
|
#
|
|
# where original_path_as_configured_in_file_contexts is a base
|
|
# path being used in the main file_contexts configuration file.
|
|
#
|
|
# It does not perform substitutions as done by sed(1), for
|
|
# example, but aliasing.
|
|
#
|
|
/etc/init.d /etc/rc.d/init.d
|
|
/lib32 /lib
|
|
/lib64 /lib
|
|
/run /var/run
|
|
/run/lock /var/lock
|
|
/usr/lib32 /usr/lib
|
|
/usr/lib64 /usr/lib
|
|
/usr/local/lib32 /usr/lib
|
|
/usr/local/lib64 /usr/lib
|
|
/usr/local/lib/ /usr/lib/
|
|
/var/run/lock /var/lock
|