feat(host/server): mounting the disk using the exec / acl flag
- Permit to multiple user execute on the same disk
This commit is contained in:
parent
276ed5ddce
commit
e1d3252aef
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
||||||
"/mnt/data" = {
|
"/mnt/data" = {
|
||||||
device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc";
|
device = "/dev/disk/by-uuid/5729d30c-5806-4ccd-8a2a-080a258084dc";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
options = [
|
||||||
|
"acl"
|
||||||
|
"exec"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue