[
https://issues.apache.org/jira/browse/TS-4383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260808#comment-15260808
]
ASF GitHub Bot commented on TS-4383:
------------------------------------
Github user calavera commented on the pull request:
https://github.com/apache/trafficserver/pull/595#issuecomment-215205582
mmm, for some reason I thought it was the default, but yes, that's what
we're using. If it's not the default, I agree that giving only access to the
group is more reasonable. I made the change.
> 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)