VirtualBox

Changeset 59453 in vbox for trunk/src/VBox/Installer/linux


Ignore:
Timestamp:
Jan 25, 2016 9:40:06 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105204
Message:

ticketref:15069: Minor issue with file permissions - fail SCAP security validation: change the permissions with which Linux kernel module files (host and guest) are installed under /lib/modules from 0664 to 0644. I note in passing that the host module make files have not yet been changed to use the generic make file template code, so four changes are needed for the host modules versus one for the guest ones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.include.footer

    r59427 r59453  
    8686install: $(MODULE)
    8787        @mkdir -p $(MODULE_DIR); \
    88         install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
     88        install -m 0644 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    8989        PATH="$(PATH):/bin:/sbin" depmod -a;
    9090
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette