Skip to content

systemd configuration prevents access to /proc/self/io #37

@zekker6

Description

@zekker6

Current service configuration for systemd causes errors on attempt to read /proc/self/io.
At the same time other /proc/self/.. files can be accessed normally.

Temporary workaround can be to add:

CapabilityBoundingSet=CAP_DAC_READ_SEARCH
AmbientCapabilities=CAP_DAC_READ_SEARCH

Which will bypass permissions check and will make it succeed to read files.

It is needed to find a reason of this behaviour and fix that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions