Skip to content

Commit

Permalink
GITBOOK-4120: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Oct 14, 2023
1 parent 176ca82 commit 19c1541
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ The ACL **`writeextattr`** can be used to prevent anyone from writing an attribu

```bash
touch /tmp/no-attr
chmod +a "everyone deny writeextattr" /tmp/no-attr
chmod +a "everyone deny writeextattr" /tmp/no-attr
xattr -w attrname vale /tmp/no-attr
xattr: [Errno 13] Permission denied: '/tmp/no-attr'
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ EOF
4. Sign the app (you need to create a certificate in the keychain)

```bash
codesign --entitlements entitlements.plist -s "YourIdentity" SandboxedShellApp
codesign --entitlements entitlements.plist -s "YourIdentity" SandboxedShellApp.app
./SandboxedShellApp.app/Contents/MacOS/SandboxedShellApp

# An d in case you need this in the future
codesign --remove-signature SandboxedShellApp.app
Expand Down

0 comments on commit 19c1541

Please sign in to comment.