diff options
author | John Klug <john.klug@multitech.com> | 2019-08-22 17:47:50 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-08-22 17:47:50 -0500 |
commit | e5179767498b20b5d4f710c7f88376807a021112 (patch) | |
tree | 075c164893bb56eb371ab873eea2dd8ede3e4962 | |
parent | 5ac0b36626f05ba200fcada5a492dd62fbef2993 (diff) | |
download | meta-mlinux-e5179767498b20b5d4f710c7f88376807a021112.tar.gz meta-mlinux-e5179767498b20b5d4f710c7f88376807a021112.tar.bz2 meta-mlinux-e5179767498b20b5d4f710c7f88376807a021112.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 |