feat: add samsung Galaxy Book6 EE (PVAP) hardware profile and fixes - #210
feat: add samsung Galaxy Book6 EE (PVAP) hardware profile and fixes#210lnitoud1 wants to merge 3 commits into
Conversation
|
Hi there, we do not have any such HW, before merging this profile HW, we would like to understand in which context you are doing this contribution and what are you trying to achieve. We can obviously discuss this over email. Thank you! |
|
Hi Ryan, Thank you for reaching out, happy to provide context. I am a B2B Technical Account Manager at Samsung Electronics France , specialized in Galaxy Book enterprise devices. I initiated this contribution for two reasons :
Regarding hardware access, we can provide a Samsung Galaxy book 6 EE (NP744BJG-KA2FR) to the Securix team for testing and validation purposes. |
|
@lnitoud1 👋 you will received a message from me for further exchange on your proposal. |
Summary
This PR adds hardware support for the Samsung Galaxy Book6 Enterprise Edition
(Model PVAP, NP744BJG-KA2FR) to the Sécurix hardware registry, along with
several bug fixes benefiting all deployments.
Hardware
Compatibility
Changes
New
hardware/galaxybook6-pvap.nix— complete hardware profile for Galaxy Book6 EE PVAPModified
hardware/default.nix— added./galaxybook6-pvap.niximportmodules/self.nix— added"galaxybook6-pvap"tohardwareSKUenum +inventoryIDalias (compatibility with DINUM nixpkgs fork)Bug fixes
modules/vpn/default.nix— added missingsecurix.vpn.enableoption(causes build failure on any deployment using the DINUM nixpkgs fork)
modules/anssi/preboot.nix— implemented ANSSI rules R5 and R6(
boot.loader.systemd-boot.editor = false)Testing
All three official Sécurix test suites passed:
tests.anssi-minimaltests.minimaltests.idempotent-autoinstallANSSI-BP-028 rules validated: R5, R6, R7, R8, R9, R11, R12, R13
R10 (network filtering): pending validation in live network environment
Notes
modules/anssi/preboot.nixR5/R6:lib.mkDefaultremoved aslibis notin scope in preboot.nix — direct assignment used instead
iwlwifi power_save=0added as mitigationpreconfigured-wifi-stationsoption commented out in examples/basic(not yet defined in module set — in development on upstream branch)