m 2 omo-share: expose crypt0 read-only
This commit is contained in:
parent
9e962a9f0e
commit
6d8e758ecf
@ -42,6 +42,12 @@ in {
|
|||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
};
|
};
|
||||||
|
crypt0 = {
|
||||||
|
path = "/media/crypt0";
|
||||||
|
"read only" = "yes";
|
||||||
|
browseable = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
};
|
||||||
crypt0-rw = {
|
crypt0-rw = {
|
||||||
path = "/media/crypt0/";
|
path = "/media/crypt0/";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
|
Loading…
Reference in New Issue
Block a user