diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-17 13:27:22 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-17 20:07:11 -0400 |
commit | 7581d5c94345b76f709e6bc60af2db98f46de9c6 (patch) | |
tree | 7ba6f28c7892d93f04a4eb0e6b31dd3b20405b50 /src/misc | |
parent | 95e73c4e905b5abcf6d938d276eaad311ec7281d (diff) | |
download | selinux-policy-7581d5c94345b76f709e6bc60af2db98f46de9c6.tar.gz |
disable some network checking
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/conf.cil | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/misc/conf.cil b/src/misc/conf.cil index 63549c9..1d281df 100644 --- a/src/misc/conf.cil +++ b/src/misc/conf.cil @@ -4,7 +4,8 @@ (handleunknown allow) (mls true) -(policycap "always_check_network") +;; disable for now +;(policycap "always_check_network") (policycap "cgroup_seclabel") (policycap "extended_socket_class") (policycap "genfs_seclabel_symlinks") |