PERFORCE change 125815 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 29 06:31:59 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125815

Change 125815 by rwatson at 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,


More information about the p4-projects mailing list