secilc/docs: fixes filecon example

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Acked-by: Petr Lautrbach <lautrbach@redhat.com>
This commit is contained in:
Dominick Grift 2023-08-18 20:19:05 +02:00 committed by James Carter
parent ca76a8813e
commit e533a45612
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ These examples use one named, one anonymous and one empty context definition:
(context runas_exec_context (u object_r exec low_low)) (context runas_exec_context (u object_r exec low_low))
(filecon "/system/bin/run-as" file runas_exec_context) (filecon "/system/bin/run-as" file runas_exec_context)
(filecon "/dev/socket/wpa_wlan[0-9]" any u:object_r:wpa.socket:s0-s0) (filecon "/dev/socket/wpa_wlan[0-9]" any (u object_r wpa.socket ((s0)(s0))))
(filecon "/data/local/mine" dir ()) (filecon "/data/local/mine" dir ())
``` ```