summaryrefslogtreecommitdiffstats
path: root/sys/security/mac_biba
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-11-05 17:52:42 +0000
committerrwatson <rwatson@FreeBSD.org>2002-11-05 17:52:42 +0000
commitd575478d80347ff57b672ba56f55bdd1f91334b1 (patch)
tree6058b1dbcbf71fdefe96738467b7f10e3de421d2 /sys/security/mac_biba
parent6c4f4d26f40ce589a67efe5260b3ba8b84d18f53 (diff)
downloadFreeBSD-src-d575478d80347ff57b672ba56f55bdd1f91334b1.zip
FreeBSD-src-d575478d80347ff57b672ba56f55bdd1f91334b1.tar.gz
Update policy modules for changes in arguments associated with support
for label access on the interpreter, not just the shell script. No policies currently present in the system rely on the new labels.
Diffstat (limited to 'sys/security/mac_biba')
-rw-r--r--sys/security/mac_biba/mac_biba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c
index c6dff49..2770941 100644
--- a/sys/security/mac_biba/mac_biba.c
+++ b/sys/security/mac_biba/mac_biba.c
@@ -2044,7 +2044,7 @@ mac_biba_check_vnode_deleteacl(struct ucred *cred, struct vnode *vp,
static int
mac_biba_check_vnode_exec(struct ucred *cred, struct vnode *vp,
- struct label *label)
+ struct label *label, struct image_params *imgp)
{
struct mac_biba *subj, *obj;
OpenPOWER on IntegriCloud