Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jan 2015 17:26:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197007] [patch] sysutils/bacula-server suggestions for device permission handling
Message-ID:  <bug-197007-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197007

            Bug ID: 197007
           Summary: [patch] sysutils/bacula-server suggestions for device
                    permission handling
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dvl@FreeBSD.org
          Reporter: bugzilla.freebsd@omnilan.de
             Flags: maintainer-feedback?(dvl@FreeBSD.org)
          Assignee: dvl@FreeBSD.org

Created attachment 152020
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152020&action=edit
Extend pkg-message with devd(8) config guide

While not really familar with devd, today I inspected why this "attach" rule
wouldn't apply:
attach 10 {
        match "device-name" "nsa[0-9]+";
        action "camcontrol periphlist $device-name | sed -n
's/\(^pass[[:digit:]]\{1,3\}\):[[:blank:]].*/\1/p' | xargs -I PASS chown bacula
/dev/PASS";
};

Found out that /usr/local/etc/devd/ is already scanned by devd(8),
so please find attached a patch which guides the user making use of devd(8) to
grant bacula sa(4) access.

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer dvl@FreeBSD.org

-- 
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-197007-13>