[Bug 269620] sysutils/brasero: scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 17 Feb 2023 19:06:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269620

--- Comment #7 from Paul Dufresne <dufresnep@zoho.com> ---
https://forums.freebsd.org/threads/the-truth-please-why-are-cd-dvd-drives-not-usable-are-permissions-issues-a-freebsd-response-to-security-risks.88004/post-598165

suggest I need to:
To enable custom devfs.rules add your localrule in /etc/rc.conf using
sysrc devfs_system_ruleset="localrules"

Then create /etc/devfs.rules containing the following:
Code:

[localrules=10]
add path 'cd*' mode 660 group operator
add path 'pass*' mode 660 group operator
add path 'xpt*' mode 660 group operator


Then add your user to the operator group
pw group mod operator -m [username]

-- 
You are receiving this mail because:
You are the assignee for the bug.