summarylogtreecommitdiffstats
path: root/25_sambashare_group_definition.patch
blob: 3a4ae1f8cc80a7d31064005a1f2b0b2bdbb3a609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Add sambashare to known groups
Author: ?

---
 src/users/privileges-table.c |    1 +
 1 file changed, 1 insertion(+)

--- a/src/users/privileges-table.c
+++ b/src/users/privileges-table.c
@@ -67,6 +67,7 @@ static const PrivilegeDescription descri
 	{ "plugdev", N_("Access external storage devices automatically") },
 	{ "powerdev", N_("Suspend and hibernate the computer") },
 	{ "proc", N_("Access /proc filesystem") },
+	{ "sambashare", N_("Share files with the local network") },
 	{ "scanner", N_("Use scanners") },
 	{ "tape", N_("Use tape drives") },
 	{ "usb", N_("Use USB devices") },