From da5c6ce2c1096adb55599fcdc59cde1433a1245c Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 22 Aug 2019 17:47:50 -0500 Subject: Other should not be able to write the /run/radio directory --- recipes-core/multitech/config/99_radio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3