summaryrefslogtreecommitdiff
path: root/plugins/readelf
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/readelf')
-rw-r--r--plugins/readelf/program.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/readelf/program.c b/plugins/readelf/program.c
index cb9f948..9115758 100644
--- a/plugins/readelf/program.c
+++ b/plugins/readelf/program.c
@@ -260,10 +260,10 @@ static bool annotate_elf_program_header(GElfFormat *format, GPreloadInfo *info,
rights = stradd(rights, "X");
if (ELF_PHDR(format, phdr, p_flags) & PF_MASKOS)
- /* TODO */;
+ rights = stradd(rights, "o");
if (ELF_PHDR(format, phdr, p_flags) & PF_MASKPROC)
- /* TODO */;
+ rights = stradd(rights, "p");
if (rights == NULL)
{