fix wrong interface in lock_domain()
This commit is contained in:
parent
2705f9a0f3
commit
83515f1723
@ -799,7 +799,7 @@ libs_legacy_use_ld_so($1_t)
|
|||||||
type $1_lock_t;
|
type $1_lock_t;
|
||||||
files_lock_file($1_lock_t)
|
files_lock_file($1_lock_t)
|
||||||
allow $1_t $1_lock_t:file create_file_perms;
|
allow $1_t $1_lock_t:file create_file_perms;
|
||||||
files_create_lock_file($1_t,$1_lock_t)
|
files_create_lock($1_t,$1_lock_t)
|
||||||
|
|
||||||
#
|
#
|
||||||
# log_domain(): complete
|
# log_domain(): complete
|
||||||
|
Loading…
Reference in New Issue
Block a user