Skip to content

Commit

Permalink
Framework permissions (chmod 755)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsinenian committed May 21, 2016
1 parent b1ad725 commit f1b46c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Distribution/Scripts/Installer/postinstall
Expand Up @@ -39,6 +39,7 @@ sudo chown -R root:wheel $KEXT_DST/$KEXT
# Copy framework
sudo cp -R $TMP/$FRAMEWORK $FRAMEWORK_DST/$FRAMEWORK
sudo chown -R root:wheel $FRAMEWORK_DST/$FRAMEWORK
sudo chmod -R 755 $FRAMEWORK_DST/$FRAMEWORK

# Copy daemon & set permissions
sudo mkdir -p $DAEMON_DST
Expand Down
2 changes: 2 additions & 0 deletions Scripts/install.sh
Expand Up @@ -53,6 +53,8 @@ sudo chown -R root:wheel $KEXT_DST/$KEXT
# Copy framework
sudo cp -R $SOURCE_PATH/$FRAMEWORK $FRAMEWORK_DST/$FRAMEWORK
sudo chown -R root:wheel $FRAMEWORK_DST/$FRAMEWORK
sudo chmod -R 755 $FRAMEWORK_DST/$FRAMEWORK


# Copy daemon & set permissions
sudo rm -f /var/logs/iscsid.log
Expand Down

0 comments on commit f1b46c4

Please sign in to comment.