VirtualBox

Ignore:
Timestamp:
Jan 25, 2016 9:40:06 AM (9 years ago)
Author:
vboxsync
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/VBoxNetAdp/linux/Makefile

    r56293 r59453  
    203203install: $(MODULE)
    204204        @mkdir -p $(MODULE_DIR); \
    205         install -m 0664 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
     205        install -m 0644 -o root -g root $(MODULE).$(MODULE_EXT) $(MODULE_DIR); \
    206206        PATH="$(PATH):/bin:/sbin" depmod -a; \
    207207        rm -f /etc/vbox/module_not_compiled
     
    209209install_rpm: $(MODULE)
    210210        @mkdir -p $(MODULE_DIR); \
    211         install -m 0664 $(MODULE).$(MODULE_EXT) $(MODULE_DIR)
     211        install -m 0644 $(MODULE).$(MODULE_EXT) $(MODULE_DIR)
    212212
    213213else # eq ($(MAKECMDGOALS),clean)
Note: See TracChangeset for help on using the changeset viewer.

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