coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] stat,tail: support "AAFS" AppArmor file system


From: Pádraig Brady
Subject: [PATCH] stat,tail: support "AAFS" AppArmor file system
Date: Tue, 29 Aug 2017 01:07:29 -0700

* src/stat.c (human_fstype): This file system is used
to manage AppArmor policy in the Linux kernel.
---
 src/stat.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/stat.c b/src/stat.c
index dcaa580..87b3ff4 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -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 */
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]