From d59ec197e5307ad9650b6518dba67b7ef388f053 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 6 May 2019 18:32:14 -0600 Subject: [PATCH] dtprintinfo: remove SUID root on install This program should not be SUID root. If you need it's services, just run sudo dtprintinfo -populate TODO: dtprintinfo should only create it's actions (if ever) in a user's .dt/types/ directory and not in any system-wide dirs. No need for root access at all. --- cde/databases/CDE-RUN.udb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/databases/CDE-RUN.udb b/cde/databases/CDE-RUN.udb index 49013224..e64a4c5a 100644 --- a/cde/databases/CDE-RUN.udb +++ b/cde/databases/CDE-RUN.udb @@ -461,7 +461,7 @@ programs/dtsession/sys.font.iso programs/dtprintinfo/dtprintinfo { default install_target = /usr/dt/bin/dtprintinfo - mode = 04555 + mode = 0555 owner = root } # -- 2.25.1