Fix a typo of SElinux to SELinux.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
This commit is contained in:
parent
c5967300e2
commit
5b6bd09213
|
@ -67,7 +67,7 @@ exempted_ubac_constraint(sock_file, ubacfile)
|
||||||
exempted_ubac_constraint(chr_file, ubacfile)
|
exempted_ubac_constraint(chr_file, ubacfile)
|
||||||
exempted_ubac_constraint(blk_file, ubacfile)
|
exempted_ubac_constraint(blk_file, ubacfile)
|
||||||
|
|
||||||
# SElinux object identity change constraint:
|
# SELinux object identity change constraint:
|
||||||
constrain dir_file_class_set { create relabelto relabelfrom }
|
constrain dir_file_class_set { create relabelto relabelfrom }
|
||||||
(
|
(
|
||||||
u1 == u2
|
u1 == u2
|
||||||
|
|
Loading…
Reference in New Issue