Updated db2.in (added sudo for slycpx and slycrm).
authorZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 24 Sep 2024 07:59:39 +0000 (09:59 +0200)
committerZoltán Felleg <zoltan.felleg@userrendszerhaz.hu>
Tue, 24 Sep 2024 07:59:39 +0000 (09:59 +0200)
sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycpx [new file with mode: 0644]
sources/db2.in/c3d/postinstall/install-data/etc/sudoers.d/slycrm [new file with mode: 0644]
sources/db2.in/envvars

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 (file)
index 0000000..ab73ce9
--- /dev/null
@@ -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 (file)
index 0000000..32321f7
--- /dev/null
@@ -0,0 +1,2 @@
+## Allow slycrm to run any commands anywhere without a password
+slycrm ALL=(ALL)       NOPASSWD: ALL
index 85ac444df6e45aa5e47a31903f118b93a72e0f3d..b675b1df9f128d675f46c9a46bfff8af8fc73476 100644 (file)
@@ -18,4 +18,5 @@ SPEC_PACKAGES="bash-completion \
                patch \
                rpm \
                sg3_utils \
+               sudo \
                which"