From 744e00379942d39e243286d27abbb3b6b79f7ec2 Mon Sep 17 00:00:00 2001 From: Ryan Schlesinger Date: Thu, 22 Sep 2011 12:13:19 -0700 Subject: Fuse4x-kext: Add setuid and setgid bits to caveats This makes sure that the load_fuse4x binary can run as root. Closes #7766. Signed-off-by: Charlie Sharpsteen --- Library/Formula/fuse4x-kext.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/fuse4x-kext.rb b/Library/Formula/fuse4x-kext.rb index a555e5a2d..6e78a8258 100644 --- a/Library/Formula/fuse4x-kext.rb +++ b/Library/Formula/fuse4x-kext.rb @@ -37,6 +37,7 @@ class Fuse4xKext < Formula In order for FUSE-based filesystems to work, the fuse4x kernel extension must be installed by the root user: sudo cp -rfX #{kext_prefix}/fuse4x.kext /System/Library/Extensions + sudo chmod +s /System/Library/Extensions/fuse4x.kext/Support/load_fuse4x EOS end end -- cgit v1.2.3