A bit of a cleanup of common.config and add new QA host.
[xfstests-dev.git] / 093.out
1 QA output created by 093
2
3 touch file
4 chcap on file
5 ls -P on file
6 TESTDIR/093.file [all= CAP_CHOWN+p]
7 append to file as root
8 ls -P on file
9 TESTDIR/093.file [all= CAP_CHOWN+p]
10 cat file
11 ----
12 data
13 ----
14 append to file as user without caps
15 cat file
16 ----
17 data
18 data
19 ----
20 ls -P on file
21 TESTDIR/093.file []
22 append to file as user without caps a 2nd time
23 ls -P on file
24 TESTDIR/093.file []
25 cat file
26 ----
27 data
28 data
29 data
30 ----
31 only let root write to file
32 as non-root try to append to file
33 .append[2]: file: cannot create: Permission denied
34 restore perms on file
35 set a root EA on file
36 Attribute "test" set to a 7 byte value for file:
37 testval
38 list EA on file
39 Attribute "test" has a 7 byte value for file
40 as non-root try to append to file
41 list EA on file
42 Attribute "test" has a 7 byte value for file
43 as non-root call writemod
44 open for write "file" with 777
45 remove perms on file
46 write to the file
47 cat file
48 ----
49 hi there\0
50 data
51 data
52 ----