-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
egpu-switcher/internal/service/systemd.go
Line 106 in 13b8a06
| if err := os.MkdirAll(filepath.Dir(sharePath), 0644); err != nil { |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Planned