Skip to content

Commit

Permalink
k3b.profile: fix dvd drive detection (private-dev)
Browse files Browse the repository at this point in the history
@hedgehog29 commented[1]:

> It prevents k3b from detecting all dvd drives, incudling USB ones, and
> it seems that also SATA.

Fixes netblue30#6279.

[1] netblue30#6279 (comment)
  • Loading branch information
kmk3 committed Mar 18, 2024
1 parent 7d25b31 commit 933d4a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/profile-a-l/k3b.profile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ caps.keep chown,dac_override,ipc_lock,net_bind_service,sys_admin,sys_nice,sys_ra
#net none
netfilter
no3d
#nodvd
#nonewprivs # breaks privileged helpers
noinput
#noroot # breaks privileged helpers
Expand All @@ -33,7 +34,7 @@ novideo
#protocol unix # breaks privileged helpers
#seccomp # breaks privileged helpers

private-dev
#private-dev # breaks detection of dvd drives (see #6279)
#private-tmp

#restrict-namespaces # breaks privileged helpers

0 comments on commit 933d4a6

Please sign in to comment.