aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch
blob: a76cbbe4a3196c23cbdf55f30c26fa9796fbbb10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
commit c45bae84817a70fef6c2b661a07a492a0d23ae85
Author: Peter Seebach <peter.seebach@windriver.com>
Date:   Wed May 11 15:16:06 2016 -0500

    Fix permissions on temporary directory

    The temporary directory's permissions have to allow other users to
    view the directory. A default umask of 022 is common, but not mandatory,
    and secure systems may have more restrictive defaults.

    Signed-off-by: Peter Seebach <peter.seebach@windriver.com>

Upstream-Status: Pending

diff --git a/test/root/permissions.test b/test/root/permissions.test
index 42615f5..098b52a 100644
--- a/test/root/permissions.test
+++ b/test/root/permissions.test
@@ -16,6 +16,7 @@ Cry immediately if we are not running as root.
 First, set up a temporary directory and create a regular file with
 defined permissions.
 
+	$ umask 022
 	$ mkdir d
 	$ cd d
 	$ umask 027