Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Morita <[email protected]>
  • Loading branch information
mrtc0 committed Mar 18, 2022
1 parent 61028cf commit cb4b5fa
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

## [Unreleased][unreleased]

## [0.0.5] 2022-03-18

### Added

#### Support for mount restrictions [#10](https://github.com/mrtc0/bouheki/pull/10)

Added new restriction for mount event. This prevents file mounts such as `/var/run/docker.sock`.

```yaml
mount:
mode: block
target: host
deny:
- /var/run/docker.sock
```
#### Added option to disable restrictions
```yaml
network:
enable: true
...
files:
enable: false # File access restrictions do not apply
```
## [0.0.4] 2022-03-12
### Added
Expand Down

0 comments on commit cb4b5fa

Please sign in to comment.