From owner-freebsd-questions@freebsd.org Wed Aug 17 09:42:20 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9272BBD523 for ; Wed, 17 Aug 2016 09:42:20 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay114.isp.belgacom.be (mailrelay114.isp.belgacom.be [195.238.20.141]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 505951553 for ; Wed, 17 Aug 2016 09:42:18 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DMBADrL7RX/9SdgG1VCYNESYEJp2GFK?= =?us-ascii?q?owsgX2GHQKBYjkUAgEBAQEBAQFeJ4ReAQEEATocIwULCw4KCSUPKh4GE4gXAw8?= =?us-ascii?q?MvyQBAQEBAQUBAQEBI4p3gkOBVoYCAQSZEDSMW4I4cYEEiA6FT4gxhAiDeB42g?= =?us-ascii?q?3w6MoZhAQEB?= Received: from 212.157-128-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.128.157.212]) by relay.skynet.be with ESMTP; 17 Aug 2016 11:41:04 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u7H9f3ss026611; Wed, 17 Aug 2016 11:41:03 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 17 Aug 2016 11:41:02 +0200 From: Tijl Coosemans To: Manish Jain Cc: freebsd-questions Subject: Re: Unable to run k3b Message-ID: <20160817114102.74681d4e@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 09:42:21 -0000 On Wed, 17 Aug 2016 04:38:37 +0000 Manish Jain wrote: > I managed to get k3b working by restarting devfs after adding the > following to devfs.conf : > > own /dev/pass0 root:operator > perm /dev/pass0 0660 This is probably your hard disk so you shouldn't need this. You can check by running 'camcontrol devlist'. > own /dev/pass1 root:operator > perm /dev/pass1 0660 > > own /dev/xpt0 root:operator > perm /dev/xpt0 0660 These are probably fine, but you may want to use a different group than operator. When you add users to group operator you make them rather powerful. They have full read access to every disk (via /dev/ada*) for instance. It is better to create a separate group. > own /dev/pci root:operator > perm /dev/pci 0664 This one is probably not needed either. To burn a cd you may need write access to /dev/cd0: own /dev/cd0 root:operator perm /dev/cd0 0660