diff options
author | John Klug <john.klug@multitech.com> | 2019-08-22 17:47:50 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-11-11 11:34:01 -0600 |
commit | da5c6ce2c1096adb55599fcdc59cde1433a1245c (patch) | |
tree | 7163a3bce10f8ea33a6a69d4def75697ccba2f5f | |
parent | a7ab3f9eddde5f5ddc480b51993f00460048127a (diff) | |
download | meta-mlinux-da5c6ce2c1096adb55599fcdc59cde1433a1245c.tar.gz meta-mlinux-da5c6ce2c1096adb55599fcdc59cde1433a1245c.tar.bz2 meta-mlinux-da5c6ce2c1096adb55599fcdc59cde1433a1245c.zip |
Other should not be able to write the /run/radio directory
-rw-r--r-- | recipes-core/multitech/config/99_radio | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/multitech/config/99_radio b/recipes-core/multitech/config/99_radio index a37346c..c2aa885 100644 --- a/recipes-core/multitech/config/99_radio +++ b/recipes-core/multitech/config/99_radio @@ -21,4 +21,4 @@ # This explains the order of "link before object" as in the example above, where # a link will be created at /var/test pointing to /tmp/testfile and due to this # link the file defined as /var/test will actually be created as /tmp/testfile. -d root dialout 2777 /run/radio none +d root dialout 2775 /run/radio none |