Commit ea4c3c9
Allow go-fdo-server to read system information
The go-fdo-server daemon needs to read system information during startup:
- Transparent hugepage settings in /sys for Go runtime memory optimization
- Network sysctl values in /proc/sys/net for proper TCP server configuration
Added interfaces:
- dev_read_sysfs(go_fdo_server_t) for sysfs access
- kernel_read_net_sysctls(go_fdo_server_t) for network sysctl access
Resolves: RHEL-1457541 parent 5b6cc8c commit ea4c3c9
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
0 commit comments