summaryrefslogtreecommitdiff
path: root/data/etc
diff options
context:
space:
mode:
authorRiccardo Calixte <riccardocalixte@gmail.com>2020-05-17 03:28:27 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-05-19 12:09:13 +0200
commit01fd3da2a33c411b41eea3b175c496c14777b358 (patch)
treea2bd1f2c87b391ee6c1737a29a4edadb52124369 /data/etc
parentc3f809c3460f1552feb0692fcb4b2402f043ae90 (diff)
downloadenlightenment-01fd3da2a33c411b41eea3b175c496c14777b358.tar.gz
tree-wide: get rid of trailing whitespace
Remove trailing whitespaces Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D11841
Diffstat (limited to 'data/etc')
-rw-r--r--data/etc/sysactions.conf.in8
-rw-r--r--data/etc/system.conf2
2 files changed, 5 insertions, 5 deletions
diff --git a/data/etc/sysactions.conf.in b/data/etc/sysactions.conf.in
index 5ba74a24a7..bd97fbeadc 100644
--- a/data/etc/sysactions.conf.in
+++ b/data/etc/sysactions.conf.in
@@ -3,7 +3,7 @@
# This is a system configuration for allowing or denying certain users or
# groups to be able to do certain actions that involve system restricted
# actions such as halt, reboot, suspend, hibernate etc.
-#
+#
# This file is read in order from top to bottom - the first rule to MATCH
# will be used for a user or a group, and nothing after that is read.
#
@@ -11,7 +11,7 @@
# Any action definitons after a rule match has been found will be ignored.
# This allows actions to be re-defined for different user groups, so matches
# so the command for an action can change for matches to the rules later on.
-#
+#
# Any user or group NOT matched by an allow or a deny will be ALLOWED to
# perform the action by default (system administrators should be aware of
# this and implement whatever policies they see fit). Generally speaking
@@ -19,7 +19,7 @@
# to perform these actions, thus the default of allow. For multi-user systems
# the system administrator is considered capable enough to restrict what they
# see they need to.
-#
+#
# A WARNING to admins: do NOT allow access for users to this system remotely
# UNLESS you fully trust them or you have locked down permissions to halt/reboot
# suspend etc. here first. You have been warned.
@@ -38,7 +38,7 @@
# etc.
#
# user and group name can use glob matches (* == all for example) like the
-# shell. as can action names allowed or denied.
+# shell. as can action names allowed or denied.
action: /bin/mount @MOUNT@
action: /bin/umount @UMOUNT@
diff --git a/data/etc/system.conf b/data/etc/system.conf
index f616976019..29e9415a4f 100644
--- a/data/etc/system.conf
+++ b/data/etc/system.conf
@@ -23,7 +23,7 @@
# suspend etc. here first. You have been warned.
# FORMAT:
-#
+#
# user: username allow: rfkill
# group: groupname deny: *
# group: * deny: *