Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualbox: fix ACLs on shared libraries #1409

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build/virtualbox/vbox.mog
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# http://www.illumos.org/license/CDDL.
# CDDL HEADER START
#
# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2024 OmniOS Community Edition (OmniOSce) Association.

set name=variant.opensolaris.zone value="global"

Expand All @@ -31,10 +31,10 @@ driver name=vboxusbmon

# SetUID binaries
<transform file path=$(PREFIX)/amd64/ -> default mode 0555>
<transform file path=$(PREFIX)/amd64/VBoxHeadless -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetAdpCtl -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetDHCP -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetNAT -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxHeadless$ -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetAdpCtl$ -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetDHCP$ -> set mode 4555>
<transform file path=$(PREFIX)/amd64/VBoxNetNAT$ -> set mode 4555>

# web service link
link path=$(PREFIX)/vboxwebsrv target=amd64/vboxwebsrv
Expand Down