summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-02-01 21:52:09 +0000
committerrwatson <rwatson@FreeBSD.org>2004-02-01 21:52:09 +0000
commit178c27802ad853489422a87ff13e688022be1381 (patch)
treeb04e5ba7effec3c11b05fdf6b17d7811125bf058 /sys/security
parent1fc97b3c26908eb26527fefdd8051abe51c65d69 (diff)
downloadFreeBSD-src-178c27802ad853489422a87ff13e688022be1381.zip
FreeBSD-src-178c27802ad853489422a87ff13e688022be1381.tar.gz
Commit file missed in last pass: MAC api uses 'struct pipepair', not
'struct pipe' now.
Diffstat (limited to 'sys/security')
-rw-r--r--sys/security/mac_stub/mac_stub.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/security/mac_stub/mac_stub.c b/sys/security/mac_stub/mac_stub.c
index 2ef6f5b..067ce28 100644
--- a/sys/security/mac_stub/mac_stub.c
+++ b/sys/security/mac_stub/mac_stub.c
@@ -263,7 +263,7 @@ stub_create_socket(struct ucred *cred, struct socket *socket,
}
static void
-stub_create_pipe(struct ucred *cred, struct pipe *pipe,
+stub_create_pipe(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel)
{
@@ -285,7 +285,7 @@ stub_relabel_socket(struct ucred *cred, struct socket *socket,
}
static void
-stub_relabel_pipe(struct ucred *cred, struct pipe *pipe,
+stub_relabel_pipe(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel, struct label *newlabel)
{
@@ -595,7 +595,7 @@ stub_check_mount_stat(struct ucred *cred, struct mount *mp,
}
static int
-stub_check_pipe_ioctl(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_ioctl(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel, unsigned long cmd, void /* caddr_t */ *data)
{
@@ -603,7 +603,7 @@ stub_check_pipe_ioctl(struct ucred *cred, struct pipe *pipe,
}
static int
-stub_check_pipe_poll(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_poll(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel)
{
@@ -611,7 +611,7 @@ stub_check_pipe_poll(struct ucred *cred, struct pipe *pipe,
}
static int
-stub_check_pipe_read(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_read(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel)
{
@@ -619,7 +619,7 @@ stub_check_pipe_read(struct ucred *cred, struct pipe *pipe,
}
static int
-stub_check_pipe_relabel(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_relabel(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel, struct label *newlabel)
{
@@ -627,7 +627,7 @@ stub_check_pipe_relabel(struct ucred *cred, struct pipe *pipe,
}
static int
-stub_check_pipe_stat(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_stat(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel)
{
@@ -635,7 +635,7 @@ stub_check_pipe_stat(struct ucred *cred, struct pipe *pipe,
}
static int
-stub_check_pipe_write(struct ucred *cred, struct pipe *pipe,
+stub_check_pipe_write(struct ucred *cred, struct pipepair *pp,
struct label *pipelabel)
{
OpenPOWER on IntegriCloud