File tree Expand file tree Collapse file tree 4 files changed +6
-20
lines changed Expand file tree Collapse file tree 4 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " selinux-psp"
3
- version = " 0.1.7 "
3
+ version = " 0.1.8 "
4
4
authors = [" Rafael Fernández López <ereslibre@ereslibre.es>" ]
5
5
edition = " 2018"
6
6
Original file line number Diff line number Diff line change 1
1
---
2
- version : 0.1.7
2
+ version : 0.1.8
3
3
name : selinux-psp
4
4
displayName : Selinux PSP
5
- createdAt : ' 2023-02-13T15:55:48 +00:00'
5
+ createdAt : ' 2023-02-28T13:14:43 +00:00'
6
6
description : Replacement for the Kubernetes Pod Security Policy that controls the
7
7
usage of SELinux
8
8
license : Apache-2.0
9
9
homeURL : https://github.com/kubewarden/selinux-psp-policy
10
10
containersImages :
11
11
- name : policy
12
- image : ghcr.io/kubewarden/policies/selinux-psp:v0.1.7
12
+ image : ghcr.io/kubewarden/policies/selinux-psp:v0.1.8
13
13
keywords :
14
14
- psp
15
15
- container
16
16
- runtime
17
17
- selinux
18
18
links :
19
19
- name : policy
20
- url : https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.7 /policy.wasm
20
+ url : https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.8 /policy.wasm
21
21
- name : source
22
22
url : https://github.com/kubewarden/selinux-psp-policy
23
23
provider :
@@ -103,10 +103,3 @@ annotations:
103
103
show_if: rule=MustRunAs
104
104
type: int
105
105
variable: level
106
- - default: false
107
- tooltip: Always accepts the request.
108
- group: Settings
109
- show_if: rule=RunAsAny
110
- title: Run as any
111
- type: boolean
112
- variable: RunAsAny
Original file line number Diff line number Diff line change @@ -66,10 +66,3 @@ questions:
66
66
show_if : rule=MustRunAs
67
67
type : int
68
68
variable : level
69
- - default : false
70
- tooltip : Always accepts the request.
71
- group : Settings
72
- show_if : rule=RunAsAny
73
- title : Run as any
74
- type : boolean
75
- variable : RunAsAny
You can’t perform that action at this time.
0 commit comments