Date: Fri, 17 Feb 2023 19:06:32 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 269620] sysutils/brasero: scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL) Message-ID: <bug-269620-7788-Ue7xgRjsnx@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269620-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-269620-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269620 --- Comment #7 from Paul Dufresne <dufresnep@zoho.com> --- https://forums.freebsd.org/threads/the-truth-please-why-are-cd-dvd-drives-n= ot-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=3D"localrules" Then create /etc/devfs.rules containing the following: Code: [localrules=3D10] 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] --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269620-7788-Ue7xgRjsnx>