diff options
Diffstat (limited to 'util-linux/mesg.c')
-rw-r--r-- | util-linux/mesg.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util-linux/mesg.c b/util-linux/mesg.c index a83da03e6..c4371eb24 100644 --- a/util-linux/mesg.c +++ b/util-linux/mesg.c | |||
@@ -11,20 +11,20 @@ | |||
11 | //config: bool "mesg (1.2 kb)" | 11 | //config: bool "mesg (1.2 kb)" |
12 | //config: default y | 12 | //config: default y |
13 | //config: help | 13 | //config: help |
14 | //config: Mesg controls access to your terminal by others. It is typically | 14 | //config: Mesg controls access to your terminal by others. It is typically |
15 | //config: used to allow or disallow other users to write to your terminal | 15 | //config: used to allow or disallow other users to write to your terminal |
16 | //config: | 16 | //config: |
17 | //config:config FEATURE_MESG_ENABLE_ONLY_GROUP | 17 | //config:config FEATURE_MESG_ENABLE_ONLY_GROUP |
18 | //config: bool "Enable writing to tty only by group, not by everybody" | 18 | //config: bool "Enable writing to tty only by group, not by everybody" |
19 | //config: default y | 19 | //config: default y |
20 | //config: depends on MESG | 20 | //config: depends on MESG |
21 | //config: help | 21 | //config: help |
22 | //config: Usually, ttys are owned by group "tty", and "write" tool is | 22 | //config: Usually, ttys are owned by group "tty", and "write" tool is |
23 | //config: setgid to this group. This way, "mesg y" only needs to enable | 23 | //config: setgid to this group. This way, "mesg y" only needs to enable |
24 | //config: "write by owning group" bit in tty mode. | 24 | //config: "write by owning group" bit in tty mode. |
25 | //config: | 25 | //config: |
26 | //config: If you set this option to N, "mesg y" will enable writing | 26 | //config: If you set this option to N, "mesg y" will enable writing |
27 | //config: by anybody at all. This is not recommended. | 27 | //config: by anybody at all. This is not recommended. |
28 | 28 | ||
29 | //applet:IF_MESG(APPLET(mesg, BB_DIR_USR_BIN, BB_SUID_DROP)) | 29 | //applet:IF_MESG(APPLET(mesg, BB_DIR_USR_BIN, BB_SUID_DROP)) |
30 | 30 | ||