Check-in [df48b96fd1]
Overview
Comment:Corrected directory permissions on CACKey OSX Package
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: df48b96fd1e7c20353f0f5715c2c0e94a621ce42
User & Date: kvanals on 2010-10-27 22:39:20
Other Links: manifest | tags
Context
2010-10-27
23:30
Fixed Snow Leopard OSX CACKey Package Build Issue check-in: 17538042d7 user: kvanals tags: trunk
22:39
Corrected directory permissions on CACKey OSX Package check-in: df48b96fd1 user: kvanals tags: trunk
22:22
Added Snow Leopard Host Build Support for CACKey OSX Build Scripts check-in: c44a109dc7 user: kvanals tags: trunk
Changes

Modified build/cackey_osx_build/Template_pmbuild/scripts/01libcackey-post.sh from [9f654fb814] to [677958948e].

1
2

#!/bin/bash
chmod 755 /Library/CACKey



>
1
2
3
#!/bin/bash
chmod 755 /Library/CACKey
chown root:admin /Library/CACKey

Modified build/cackey_osx_build/Template_pmbuild/scripts/02libcackey-post.sh from [9f654fb814] to [677958948e].

1
2

#!/bin/bash
chmod 755 /Library/CACKey



>
1
2
3
#!/bin/bash
chmod 755 /Library/CACKey
chown root:admin /Library/CACKey

Modified build/cackey_osx_build/Template_pmbuild/scripts/03libcackey-post.sh from [c9ee2eb940] to [1ca797dc96].

1
2

#!/bin/bash
chmod 755 /usr/lib/pkcs11



>
1
2
3
#!/bin/bash
chmod 755 /usr/lib/pkcs11
chown root:wheel /usr/lib/pkcs11