diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-16 10:45:30 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2022-11-16 15:06:52 +0100 |
commit | 0f68ca18f491b4e53cec788b327a752cbeb43377 (patch) | |
tree | efdbc4e3628124e0260405439841d14333523ddd /tests/gensquashfs/xattr1.txt | |
parent | dfba31880be3d3cc5d56707cd05ab306149392e2 (diff) |
filemap xattr: Add a test case
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'tests/gensquashfs/xattr1.txt')
-rw-r--r-- | tests/gensquashfs/xattr1.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/gensquashfs/xattr1.txt b/tests/gensquashfs/xattr1.txt new file mode 100644 index 0000000..ffe5fec --- /dev/null +++ b/tests/gensquashfs/xattr1.txt @@ -0,0 +1,9 @@ +# file: dev/ +security.selinux="system_u:object_r:device_t:s0" + +# file: dev/zero +security.selinux="system_u:object_r:zero_device_t:s0" + +# file: dev/rfkill +security.selinux="system_u:object_r:wireless_device_t:s0" +system.posix_acl_access=0sAgAAAAEABgD/////AgAGAOgDAAAEAAYA/////xAABgD/////IAAEAP////8= |