]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
security: audit completion and TODO documentation
authorTulio A M Mendes <[email protected]>
Mon, 25 May 2026 20:22:46 +0000 (17:22 -0300)
committerTulio A M Mendes <[email protected]>
Mon, 25 May 2026 20:22:46 +0000 (17:22 -0300)
commit63566adce1c7828d87a783973cfeda7062984206
tree85496d566919e57fc91df1e3d0b02ce9958d7802
parent5d72805d2fc354ff07910f20d8c46b9e10b7a84e
security: audit completion and TODO documentation

- Verified 23/25 items from SECURITY_FIX_PLAN_2026-05-25.md are implemented
- Documented K12/K13/K23 (/proc UID check) as TODO - requires UID infrastructure
- Documented K15 (raw socket privilege) as TODO - requires UID infrastructure
- Documented K24 (NX in SHM) as TODO - needs additional testing
- K24 NX flag temporarily disabled in shm_at for safety
- Analysis shows 92% completion of security fix plan
- Remaining items depend on multi-user authentication infrastructure
src/kernel/procfs.c
src/kernel/shm.c
src/kernel/socket.c