Skip to content

Fix directory permissions for /usr/share folder #104

@hertg

Description

@hertg

Should be 755 not 644 to allow directory listing. It only works now because the binary is run as root with CAP_DAC_READ_SEARCH. Related to #102.

if err := os.MkdirAll(filepath.Dir(sharePath), 0644); err != nil {

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

Status

Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions