Skip to content

Commit

Permalink
Fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nathanj committed Dec 8, 2024
1 parent 44f87d7 commit 17d1ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ int connect_sandbox(sandbox_t *sandbox) {
```
Pretty simple stuff.

#### 💡 **Primitive #6**: Actually receiving a leaked `uid_map` fd to a Sandboxee
#### 💡 **Primitive #6**: Actually receiving a leaked `uid_map` fd in a Sandboxee
Once we leak an FD in the Sandboxer, we can create yet another Sandbox, and it will be spawned with a leaked `uid_map` fd as we descrbied above!

### 3. `CMD_COMMUNICATE` - Communicating with the sandbox 💬
Expand Down

0 comments on commit 17d1ec9

Please sign in to comment.