Skip to content

socket_acl appears to not work in production environment #174

@jeremycline

Description

@jeremycline

The feature implemented in #164 doesn't appear to work in Fedora's deployment.

It's not entirely clear why. The systemd unit ships with a syscall filter, but it's @system-service which includes the @file-system group, which has setxattr:

❯ systemd-analyze syscall-filter @file-system | grep setxattr
    fsetxattr
    lsetxattr
    setxattr
    setxattrat

There's no permission denied error either. It seems to operate normally, but doesn't have the expected ACLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions