Module version bump for bootloader patch revert. Plus compat alias.

This commit is contained in:
Chris PeBenito 2017-02-11 14:51:21 -05:00
parent 0e80a8a7cf
commit e9b2a7943c
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
policy_module(bootloader, 1.17.1)
policy_module(bootloader, 1.17.2)
########################################
#

View File

@ -1,4 +1,4 @@
policy_module(files, 1.23.1)
policy_module(files, 1.23.2)
########################################
#
@ -48,6 +48,8 @@ attribute usercanread;
#
type boot_t;
files_mountpoint(boot_t)
# compatibility aliases for removed types:
typealias boot_t alias bootloader_run_t;
# default_t is the default type for files that do not
# match any specification in the file_contexts configuration