This commit is contained in:
2026-08-18 09:20:44 +02:00
commit b826cd721a
522 changed files with 93730 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Test Case: Inline security xattrs
**Test ID**: TC076-inline-security-xattr
**Fixture**: `basic.erofs`, `/inline-security`
## Objective
Verify inline Linux index 6 entries and binary-value preservation through
FreeBSD namespace `system`.
## Manual steps
```sh
lsextattr system /mnt/repo22-g4/inline-security
getextattr -qq -x system security.capability /mnt/repo22-g4/inline-security
getextattr -qq -x system security.selinux /mnt/repo22-g4/inline-security
```
## Expected results
Capability bytes are `0100000200000000aabbccdd`; SELinux bytes are
`system_u:object_r:repo22_t:s0\0`. Unmount and detach.