You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "David Calavera (JIRA)" <ji...@apache.org> on 2016/05/30 21:05:12 UTC

[jira] [Resolved] (TS-4383) Insufficient permissions to read logs from ASCII_PIPE

     [ https://issues.apache.org/jira/browse/TS-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Calavera resolved TS-4383.
--------------------------------
    Resolution: Fixed

> Insufficient permissions to read logs from ASCII_PIPE
> -----------------------------------------------------
>
>                 Key: TS-4383
>                 URL: https://issues.apache.org/jira/browse/TS-4383
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Logging
>            Reporter: David Calavera
>            Assignee: Phil Sorber
>             Fix For: 7.0.0
>
>
> Traffic Server creates a unix pipe to read logs from using the option `ASCII_PIPE` in the log_xml configuration.
> This is the problem with the current privileges:
> 1. The owner of the pipe is "nobody".
> 2. The group of the pipe is "nogroup".
> 3. The permissions to access the pipe are these: "prw-------"
> With the current permissions the pipe is completely useless because there is no way to attach a process for reading.
> I think the best approach would be to let group and others to read from the pipe, setting the privileges like this: "prw-r--r--".
> I opened a pull request to fix this problem: https://github.com/apache/trafficserver/pull/595



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)