mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-26 15:29:07 +00:00
stat,tail: support "AAFS" AppArmor file system
* src/stat.c (human_fstype): This file system is used to manage AppArmor policy in the Linux kernel.
This commit is contained in:
parent
ba76db563f
commit
3ebdc3e1af
@ -247,6 +247,8 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
|
||||
a comment. The S_MAGIC_... name and constant are automatically
|
||||
combined to produce the #define directives in fs.h. */
|
||||
|
||||
case S_MAGIC_AAFS: /* 0x5A3C69F0 local */
|
||||
return "aafs";
|
||||
case S_MAGIC_ACFS: /* 0x61636673 remote */
|
||||
return "acfs";
|
||||
case S_MAGIC_ADFS: /* 0xADF5 local */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user