mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
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
26a02c145c
commit
4af32bd8a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122563
@ -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…
Reference in New Issue
Block a user