Skip to content

Commit 12b6c4d

Browse files
ehmryEmery Hemingway
authored and
Emery Hemingway
committedMay 26, 2017
u9fs service: grant capabilities for running as nobody
1 parent 87c1097 commit 12b6c4d

File tree

1 file changed

+1
-0
lines changed
  • nixos/modules/services/network-filesystems

1 file changed

+1
-0
lines changed
 

‎nixos/modules/services/network-filesystems/u9fs.nix

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ in
6767
StandardInput = "socket";
6868
StandardError = "journal";
6969
User = cfg.user;
70+
AmbientCapabilities = "cap_setuid cap_setgid";
7071
};
7172
};
7273
};

0 commit comments

Comments
 (0)