summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-07-30 23:12:37 +0000
committerrwatson <rwatson@FreeBSD.org>2002-07-30 23:12:37 +0000
commit25ab0054a17992a5717dfa68b60804ebaafdcfda (patch)
treea13453718e98b13902ded76c6b454c4c358c79ae /sys/fs
parent2cef0b19012954545a36d025c2a5c758fbd3a00b (diff)
downloadFreeBSD-src-25ab0054a17992a5717dfa68b60804ebaafdcfda.zip
FreeBSD-src-25ab0054a17992a5717dfa68b60804ebaafdcfda.tar.gz
Introduce support for Mandatory Access Control and extensible
kernel access control. Label devfs directory entries, permitting labels to be maintained on device nodes in devfs instances persistently despite vnode recycling. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/devfs/devfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index dcef6e4..2efd2f8 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -159,6 +159,7 @@ struct devfs_dirent {
mode_t de_mode;
uid_t de_uid;
gid_t de_gid;
+ struct label de_label;
struct timespec de_atime;
struct timespec de_mtime;
struct timespec de_ctime;
OpenPOWER on IntegriCloud