Remove extraneous fullpath variable, which broke lint build. This
extra argument to the devfs MAC policy entry points was accidentally merged from the MAC branch during my earlier commit to these policies, and is not scheduled to be merged just yet.
This commit is contained in:
parent
12e3575b8e
commit
059a55b53d
@ -811,7 +811,7 @@ mac_biba_create_devfs_directory(struct mount *mp, char *dirname,
|
||||
static void
|
||||
mac_biba_create_devfs_symlink(struct ucred *cred, struct mount *mp,
|
||||
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
|
||||
struct label *delabel, const char *fullpath)
|
||||
struct label *delabel)
|
||||
{
|
||||
struct mac_biba *source, *dest;
|
||||
|
||||
|
@ -781,7 +781,7 @@ mac_mls_create_devfs_directory(struct mount *mp, char *dirname,
|
||||
static void
|
||||
mac_mls_create_devfs_symlink(struct ucred *cred, struct mount *mp,
|
||||
struct devfs_dirent *dd, struct label *ddlabel, struct devfs_dirent *de,
|
||||
struct label *delabel, const char *fullpath)
|
||||
struct label *delabel)
|
||||
{
|
||||
struct mac_mls *source, *dest;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user