Skip to content

Commit dbf186d

Browse files
authored
Merge pull request #2848 from thaJeztah/1.1_backport_mask_asound
[release/1.1 backport] Add /proc/asound to masked paths
2 parents 6bb83f2 + 3d31338 commit dbf186d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oci/spec_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) {
154154
Linux: &specs.Linux{
155155
MaskedPaths: []string{
156156
"/proc/acpi",
157+
"/proc/asound",
157158
"/proc/kcore",
158159
"/proc/keys",
159160
"/proc/latency_stats",
@@ -164,7 +165,6 @@ func createDefaultSpec(ctx context.Context, id string) (*specs.Spec, error) {
164165
"/proc/scsi",
165166
},
166167
ReadonlyPaths: []string{
167-
"/proc/asound",
168168
"/proc/bus",
169169
"/proc/fs",
170170
"/proc/irq",

0 commit comments

Comments
 (0)