add legacy read locale
This commit is contained in:
parent
0634b6e77e
commit
0fef98c405
@ -20,3 +20,18 @@ class dir { getattr read search };
|
||||
class lnk_file { getattr read };
|
||||
class file { getattr read };
|
||||
')
|
||||
|
||||
########################################
|
||||
#
|
||||
# miscfiles_legacy_read_localization(domain)
|
||||
#
|
||||
define(`miscfiles_legacy_read_localization',`
|
||||
requires_block_template(`$0'_depend)
|
||||
miscfiles_read_localization($1)
|
||||
allow $1 locale_t:file execute;
|
||||
')
|
||||
|
||||
define(`miscfiles_read_localization_depend',`
|
||||
type locale_t;
|
||||
class file execute;
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user