From 0cb423a946d287c22350f0b98fef408a05d6a23e Mon Sep 17 00:00:00 2001 From: Andrey Cherepanov Date: Thu, 11 Nov 2021 13:18:09 +0300 Subject: [PATCH] education: control sudo public by default for moodle-qtype_coderunner --- conf.d/education.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.d/education.mk b/conf.d/education.mk index 8b91bdf8..2a2632d3 100644 --- a/conf.d/education.mk +++ b/conf.d/education.mk @@ -93,7 +93,8 @@ distro/alt-education: distro/.installer \ mixin/education \ mixin/education-live \ mixin/education-installer \ - use/e2k/multiseat/full use/power/acpi + use/e2k/multiseat/full use/power/acpi \ + use/control @$(call set,INSTALLER,education) ifeq (,$(filter-out e2k%,$(ARCH))) @$(call add,MAIN_GROUPS,education/06_kdesc) @@ -125,6 +126,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH))) @$(call add,THE_PACKAGES,syslinux) @$(call add,MAIN_PACKAGES,owamp-server) endif + @$(call add,CONTROL,sudo:public) endif # distro