Changeset 104248 in vbox for trunk/src/VBox/Installer/linux/debian/postinst
- Timestamp:
- Apr 9, 2024 9:31:05 AM (14 months ago)
- svn:sync-xref-src-repo-rev:
- 162700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/postinst
r98103 r104248 65 65 fi 66 66 67 # The starters need to be Suid root. They drop the privileges before starting 68 # the real frontend. 69 if test -e /usr/lib/virtualbox/VirtualBoxVM; then 70 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBoxVM > /dev/null 2>&1; then 71 chmod 4511 /usr/lib/virtualbox/VirtualBoxVM 72 fi 73 else 74 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBox > /dev/null 2>&1; then 75 chmod 4511 /usr/lib/virtualbox/VirtualBox 76 fi 67 # The starters need to be set-uid-to-root. They drop the privileges before 68 # starting the real frontend. 69 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBoxVM > /dev/null 2>&1; then 70 chmod 4511 /usr/lib/virtualbox/VirtualBoxVM 77 71 fi 78 72 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxHeadless > /dev/null 2>&1; then
Note:
See TracChangeset
for help on using the changeset viewer.