[Bug 194120] New: multimedia/plexmediaserver overrides /tmp permissions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 3 20:00:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194120

            Bug ID: 194120
           Summary: multimedia/plexmediaserver overrides /tmp permissions
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: feld at FreeBSD.org
          Reporter: bugs at nespor.at
          Assignee: feld at FreeBSD.org
             Flags: maintainer-feedback?(feld at FreeBSD.org)

Using the settings suggested in the rc script, the plexmediaserver_tmp
directory is set to /tmp. When the media server is started the command

install -d -g ${plexmediaserver_group} -o ${plexmediaserver_user}
"${plexmediaserver_tmp}"

is run, which sets the user and group for /tmp to plex:plex and changes the
permissions to 0755 (IIRC), which is not a good thing :)

Please change the suggested plexmediaserver_tmp in the rc script to something
less intrusive like /tmp/plexmediaerver or /var/tmp/plexmediaserver.

Regards,

Nikolai

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

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


More information about the freebsd-ports-bugs mailing list