Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoonetorg/f251d22a4bd8baba8d71fd39716e6cf9 to your computer and use it in GitHub Desktop.
Save hoonetorg/f251d22a4bd8baba8d71fd39716e6cf9 to your computer and use it in GitHub Desktop.
TEST MODE:
----------
ID: selinux-config
Function: file.managed
Name: /etc/selinux/config
Result: None
Comment: The file /etc/selinux/config is set to be changed
Started: 21:54:22.051914
Duration: 24.64 ms
Changes:
----------
diff:
---
+++
@@ -10,3 +10,4 @@
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
+#blub
----------
REAL MODE:
----------
ID: selinux-config
Function: file.managed
Name: /etc/selinux/config
Result: True
Comment: File /etc/selinux/config updated
Started: 21:54:44.878851
Duration: 32.932 ms
Changes:
----------
diff:
---
+++
@@ -10,4 +10,3 @@
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
-#blub
----------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment