Skip to content

Commit

Permalink
chore: add iscsi extra perms
Browse files Browse the repository at this point in the history
Add extra permissions for the iscsi extension service

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed May 23, 2022
1 parent 7cf2843 commit e0b1465
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions storage/iscsi-tools/iscsid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ depends:
- etcfiles
container:
entrypoint: /usr/local/sbin/iscsid-wrapper
security:
maskedPaths: []
readonlyPaths: []
writeableSysfs: true
mounts:
# ld-musl-x86_64.so.1
- source: /lib
Expand Down
2 changes: 1 addition & 1 deletion storage/iscsi-tools/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
This system extension provides iscsi-tools.
compatibility:
talos:
version: ">= v1.0.0"
version: ">= v1.1.0"
2 changes: 1 addition & 1 deletion storage/iscsi-tools/vars.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION: v0.1.0
VERSION: v0.1.1

0 comments on commit e0b1465

Please sign in to comment.