From 948c2737dea466c7b4cdee47d14b57a0cac3fead Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 17 Mar 2014 09:59:11 +0000 Subject: tracebox: don't recommend setuid. --- Library/Formula/tracebox.rb | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/tracebox.rb b/Library/Formula/tracebox.rb index f4a03c483..89fd47760 100644 --- a/Library/Formula/tracebox.rb +++ b/Library/Formula/tracebox.rb @@ -28,14 +28,10 @@ class Tracebox < Formula end def caveats; <<-EOS.undent - tracebox requires superuser privileges. You can either run the program - via `sudo`, or change its ownership to root and set the setuid bit: + tracebox requires superuser privileges e.g. run with sudo. - sudo chown root:wheel #{bin}/tracebox - sudo chmod u+s #{bin}/tracebox - - In any case, you should be certain that you trust the software you - are executing with elevated privileges. + You should be certain that you trust any software you are executing with + elevated privileges. EOS end end -- cgit v1.2.3