Skip to content

Commit

Permalink
fix command of removing setgid permission (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ru5j4r0 committed Jul 16, 2022
1 parent d8c63cb commit becf0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHECKPOINT.md
Expand Up @@ -88,7 +88,7 @@ RUN apt-get update && apt-get install -y package-a
```bash
chmod u-s setuid-file
chmod u-g setgid-file
chmod g-s setgid-file
```

### CIS-DI-0009
Expand Down

0 comments on commit becf0d8

Please sign in to comment.