From 3518123e2b0f66bf9429d3cf579e3aab0c548883 Mon Sep 17 00:00:00 2001 From: Sven Putze Date: Mon, 15 Jul 2019 11:25:04 +0200 Subject: [PATCH] remove permissions for trueos-update `trueos-update` is not part of the update process anymore, hence I removed the lines. I still hope for a future version of life-preserver so this line is still in. --- core-files/usr/local/etc/sudoers.d/trident | 3 --- 1 file changed, 3 deletions(-) diff --git a/core-files/usr/local/etc/sudoers.d/trident b/core-files/usr/local/etc/sudoers.d/trident index 96a8205..d3248aa 100644 --- a/core-files/usr/local/etc/sudoers.d/trident +++ b/core-files/usr/local/etc/sudoers.d/trident @@ -28,6 +28,3 @@ Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER" # Allow passwordless access to run life preserver (wheel group only) %wheel ALL = NOPASSWD: /usr/local/bin/life-preserver -# Allow passwordless access to run trueos-update (wheel/operator groups only) -%wheel ALL = NOPASSWD: /usr/sbin/trueos-update -%operator ALL = NOPASSWD: /usr/sbin/trueos-update