Changeset 15823 in vbox
- Timestamp:
- Jan 6, 2009 9:26:40 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/postinst
r14744 r15823 109 109 # The starters need to be Suid root. They drop the privileges before starting 110 110 # the real frontend. 111 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBox > /dev/n null 2>&1; then111 if ! dpkg-statoverride --list /usr/lib/virtualbox/VirtualBox > /dev/null 2>&1; then 112 112 chmod 4711 /usr/lib/virtualbox/VirtualBox 113 113 fi 114 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxHeadless > /dev/n null 2>&1; then114 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxHeadless > /dev/null 2>&1; then 115 115 chmod 4711 /usr/lib/virtualbox/VBoxHeadless 116 116 fi 117 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxSDL > /dev/n null 2>&1; then117 if ! dpkg-statoverride --list /usr/lib/virtualbox/VBoxSDL > /dev/null 2>&1; then 118 118 chmod 4711 /usr/lib/virtualbox/VBoxSDL 119 119 fi
Note:
See TracChangeset
for help on using the changeset viewer.