From ded761313c939490264d04a315fb016733c2a1f9 Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:04:38 -0800 Subject: [PATCH] missing semicolon --- files/scripts/selinux/chromium/chromium.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/scripts/selinux/chromium/chromium.te b/files/scripts/selinux/chromium/chromium.te index eb38e39d..0b4fabf7 100644 --- a/files/scripts/selinux/chromium/chromium.te +++ b/files/scripts/selinux/chromium/chromium.te @@ -53,7 +53,7 @@ gen_require(` type hwdata_t; type http_port_t; type init_t; - type init_var_run_t + type init_var_run_t; type locale_t; type net_conf_t; type passwd_file_t;