OP#563 inital commit after fork

This commit is contained in:
2026-04-05 16:46:48 +02:00
parent 88494b74de
commit 6b55c6afbe
2 changed files with 4 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ class confdroid_selinux::main::config (
command => 'setenforce 1',
path => ['/usr/sbin','/usr/bin'],
provider => shell,
unless => 'getenforce | grep -i "enforcing"'
unless => 'getenforce | grep -i "enforcing"',
}
}
}