Module version bump for bootloader patch revert. Plus compat alias.
This commit is contained in:
parent
0e80a8a7cf
commit
e9b2a7943c
|
@ -1,4 +1,4 @@
|
|||
policy_module(bootloader, 1.17.1)
|
||||
policy_module(bootloader, 1.17.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue