From: Zoltán Felleg Date: Tue, 24 Sep 2024 07:59:39 +0000 (+0200) Subject: Updated db2.in (added sudo for slycpx and slycrm). X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=c8f343ec6b0b785b8554360d6fea4578b8ed4947;p=user-lxc.git Updated db2.in (added sudo for slycpx and slycrm). --- diff --git a/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycpx b/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycpx new file mode 100644 index 0000000..ab73ce9 --- /dev/null +++ b/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycpx @@ -0,0 +1,2 @@ +## Allow slycpx to run any commands anywhere without a password +slycpx ALL=(ALL) NOPASSWD: ALL diff --git a/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycrm b/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycrm new file mode 100644 index 0000000..32321f7 --- /dev/null +++ b/sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycrm @@ -0,0 +1,2 @@ +## Allow slycrm to run any commands anywhere without a password +slycrm ALL=(ALL) NOPASSWD: ALL diff --git a/sources/db2.in/envvars b/sources/db2.in/envvars index 85ac444..b675b1d 100644 --- a/sources/db2.in/envvars +++ b/sources/db2.in/envvars @@ -18,4 +18,5 @@ SPEC_PACKAGES="bash-completion \ patch \ rpm \ sg3_utils \ + sudo \ which"