setEnforce method
Implementation
Future<void> setEnforce(SELinuxType type, {bool debug = false}) async {
await exec(['setenforce', ...type.toArgs()], debug: debug);
}
Future<void> setEnforce(SELinuxType type, {bool debug = false}) async {
await exec(['setenforce', ...type.toArgs()], debug: debug);
}