2012-08-14 12:03:19 +00:00
|
|
|
# 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.
|
2016-12-06 12:28:10 +00:00
|
|
|
#
|
2017-02-04 20:19:35 +00:00
|
|
|
/bin /usr/bin
|
|
|
|
/lib /usr/lib
|
|
|
|
/lib32 /usr/lib
|
|
|
|
/lib64 /usr/lib
|
2017-04-19 00:38:13 +00:00
|
|
|
/libx32 /usr/lib
|
2017-02-04 20:19:35 +00:00
|
|
|
/sbin /usr/sbin
|
2012-08-15 14:12:39 +00:00
|
|
|
/etc/init.d /etc/rc.d/init.d
|
2014-11-09 09:36:56 +00:00
|
|
|
/lib/systemd /usr/lib/systemd
|
2011-07-28 17:12:28 +00:00
|
|
|
/run/lock /var/lock
|
|
|
|
/usr/lib32 /usr/lib
|
|
|
|
/usr/lib64 /usr/lib
|
2017-04-19 00:38:13 +00:00
|
|
|
/usr/libx32 /usr/lib
|
2012-08-15 14:12:39 +00:00
|
|
|
/usr/local/lib32 /usr/lib
|
|
|
|
/usr/local/lib64 /usr/lib
|
2012-08-15 14:57:24 +00:00
|
|
|
/usr/local/lib /usr/lib
|
2019-01-19 18:15:03 +00:00
|
|
|
/var/lib/private /var/lib
|
|
|
|
/var/cache/private /var/cache
|
|
|
|
/var/log/private /var/log
|
2016-12-16 20:07:56 +00:00
|
|
|
|
|
|
|
# backward compatibility
|
|
|
|
# not for refpolicy intern, but for /var/run using applications,
|
|
|
|
# like systemd tmpfiles or systemd socket configurations
|
|
|
|
/var/run /run
|