diff options
Diffstat (limited to 'meta/recipes-support/attr/acl/test-fix-directory-permissions.patch')
-rw-r--r-- | meta/recipes-support/attr/acl/test-fix-directory-permissions.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch b/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch deleted file mode 100644 index e64990ad5b..0000000000 --- a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | From 311589fedf196168382d8f0db303ab328bcf9d83 Mon Sep 17 00:00:00 2001 | ||
2 | From: Peter Seebach <peter.seebach@windriver.com> | ||
3 | Date: Wed, 11 May 2016 15:16:06 -0500 | ||
4 | Subject: [PATCH] acl.inc, run-ptest: improve ptest functionality on limited | ||
5 | |||
6 | commit c45bae84817a70fef6c2b661a07a492a0d23ae85 | ||
7 | |||
8 | Fix permissions on temporary directory | ||
9 | |||
10 | The temporary directory's permissions have to allow other users to | ||
11 | view the directory. A default umask of 022 is common, but not mandatory, | ||
12 | and secure systems may have more restrictive defaults. | ||
13 | |||
14 | Signed-off-by: Peter Seebach <peter.seebach@windriver.com> | ||
15 | |||
16 | Upstream-Status: Backport [ http://git.savannah.gnu.org/cgit/acl.git/commit/?id=c6772a958800de064482634f77c20a0faafc5af6 ] | ||
17 | |||
18 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | ||
19 | --- | ||
20 | test/root/permissions.test | 1 + | ||
21 | 1 file changed, 1 insertion(+) | ||
22 | |||
23 | diff --git a/test/root/permissions.test b/test/root/permissions.test | ||
24 | index 42615f5..098b52a 100644 | ||
25 | --- a/test/root/permissions.test | ||
26 | +++ b/test/root/permissions.test | ||
27 | @@ -16,6 +16,7 @@ Cry immediately if we are not running as root. | ||
28 | First, set up a temporary directory and create a regular file with | ||
29 | defined permissions. | ||
30 | |||
31 | + $ umask 022 | ||
32 | $ mkdir d | ||
33 | $ cd d | ||
34 | $ umask 027 | ||
35 | -- | ||
36 | 2.8.1 | ||
37 | |||