[
https://issues.apache.org/jira/browse/TS-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15262289#comment-15262289
]
ASF subversion and git services commented on TS-4383:
-----------------------------------------------------
Commit ecfe1417836c9192dbdfb23efa31ec809a3f1d79 in trafficserver's branch
refs/heads/master from [~calavera]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=ecfe141 ]
TS-4383: Allow the trafficserver group to read from the log pipe.
ASCII_PIPE logs are created with 0600 privileges. The owner of
this pipe is `nobody` and the group is `nogroup`. This is very
limiting and it makes impossible to use the pipe to read logs.
This closes #595.
Signed-off-by: David Calavera <[email protected]>
> 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
> 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)