From e533a4561258d4ede869648b2255870d89bbee27 Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Fri, 18 Aug 2023 20:19:05 +0200 Subject: [PATCH] secilc/docs: fixes filecon example Signed-off-by: Dominick Grift Acked-by: Petr Lautrbach --- secilc/docs/cil_file_labeling_statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secilc/docs/cil_file_labeling_statements.md b/secilc/docs/cil_file_labeling_statements.md index 73f73885..9e4e877d 100644 --- a/secilc/docs/cil_file_labeling_statements.md +++ b/secilc/docs/cil_file_labeling_statements.md @@ -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)) (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 ()) ```