From 7666d3ac2d5cfd068bd0457629461e17bb65b394 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sun, 7 Jul 2013 18:12:55 +0400 Subject: [PATCH] homeros: employ control feature ...instead of having to do the same by hand. --- features.in/homeros/config.mk | 2 +- features.in/homeros/live/image-scripts.d/10-sudo | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/features.in/homeros/config.mk b/features.in/homeros/config.mk index 675945dd..551cb6d8 100644 --- a/features.in/homeros/config.mk +++ b/features.in/homeros/config.mk @@ -1,4 +1,4 @@ -use/homeros: +use/homeros: use/control/sudo-su @$(call add_feature) # @$(call set,BRANDING,simply-linux) # @$(call add,THE_BRANDING,menu xfce-settings) diff --git a/features.in/homeros/live/image-scripts.d/10-sudo b/features.in/homeros/live/image-scripts.d/10-sudo index c9f8b83e..95bcf05a 100755 --- a/features.in/homeros/live/image-scripts.d/10-sudo +++ b/features.in/homeros/live/image-scripts.d/10-sudo @@ -2,5 +2,3 @@ mkdir -p /etc/sudo.d chmod 700 /etc/sudo.d -control su public -control sudo public