VirtualBox

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/HostDrivers/VBoxPci/linux/Makefile

    r56293 r59453  
    206206install: $(MODULE)
    207207        @mkdir -p $(MODULE_DIR); \
    208         install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
     208        install -m 0644 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    209209        PATH="$(PATH):/bin:/sbin" depmod -a;
    210210
    211211install_rpm: $(MODULE)
    212212        @mkdir -p $(MODULE_DIR); \
    213         install -m 0664 $(MODULE).$(MODULE_EXT) $(MODULE_DIR)
     213        install -m 0644 $(MODULE).$(MODULE_EXT) $(MODULE_DIR)
    214214
    215215else # eq ($(MAKECMDGOALS),clean)
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