Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rwxr-xr-xcommands/helpers/ubuntu-tweaks6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/helpers/ubuntu-tweaks b/commands/helpers/ubuntu-tweaks
new file mode 100755
index 0000000..be5ebf2
--- /dev/null
+++ b/commands/helpers/ubuntu-tweaks
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+XWRAPPERCONFIG=/etc/X11/Xwrapper.config
+
+sed -i '/^allowed_users.*/d' $XWRAPPERCONFIG
+echo "allowed_users=anybody" >> $XWRAPPERCONFIG