Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2007 13:31:58 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 125815 for review
Message-ID:  <200708291331.l7TDVwpZ065083@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125815

Change 125815 by rwatson@rwatson_zoo on 2007/08/29 13:31:44

	Reintroduce local entry point prototype changes in mac_policy.h
	now it's in its new location.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/mac/mac_policy.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/mac/mac_policy.h#4 (text+ko) ====

@@ -208,14 +208,15 @@
 		    struct label *vplabel);
 typedef void	(*mpo_create_devfs_device_t)(struct ucred *cred,
 		    struct mount *mp, struct cdev *dev,
-		    struct devfs_dirent *de, struct label *delabel);
+		    struct devfs_dirent *de, struct label *delabel,
+		    const char *fullpath);
 typedef void	(*mpo_create_devfs_directory_t)(struct mount *mp,
 		    char *dirname, int dirnamelen, struct devfs_dirent *de,
-		    struct label *delabel);
+		    struct label *delabel, const char *fullpath);
 typedef void	(*mpo_create_devfs_symlink_t)(struct ucred *cred,
 		    struct mount *mp, struct devfs_dirent *dd,
 		    struct label *ddlabel, struct devfs_dirent *de,
-		    struct label *delabel);
+		    struct label *delabel, const char *fullpath);
 typedef int	(*mpo_create_vnode_extattr_t)(struct ucred *cred,
 		    struct mount *mp, struct label *mplabel,
 		    struct vnode *dvp, struct label *dvplabel,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708291331.l7TDVwpZ065083>