diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-28 18:13:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-28 18:13:10 -0500 |
commit | 549070db7c0189e718a63e973f98b53b84e126cb (patch) | |
tree | faf6f1c6050f367b07f544c2327e98b272d04006 /ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst | |
parent | c95456d379e84e0beb512ac41360fcba204585bf (diff) | |
download | tde-packaging-549070db7c0189e718a63e973f98b53b84e126cb.tar.gz tde-packaging-549070db7c0189e718a63e973f98b53b84e126cb.zip |
Install tdekbdledsync SUID root on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst b/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst index 8e0bf94c8..e23d07de2 100644 --- a/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst +++ b/ubuntu/maverick/tdebase/debian/tdebase-trinity-bin.postinst @@ -12,6 +12,7 @@ fi case "$1" in configure) chmod +s /opt/trinity/bin/kcheckpass || true + chmod +s /opt/trinity/bin/tdekbdledsync || true ;; abort-upgrade) ;; |