[Rpm-maint] [rpm-software-management/rpm] Missing concise descriptions for rpm header tags (#1319)

Bernhard Schuster notifications at github.com
Thu Jul 23 14:38:52 UTC 2020


In both 
http://ftp.rpm.org/max-rpm/s1-rpm-file-format-rpm-file-format.html

and the 4.15.1 release there are

```
{ "RPMTAG_FSCONTEXTS", "Fscontexts", RPMTAG_FSCONTEXTS, RPM_STRING_ARRAY_TYPE, RPM_ARRAY_RETURN_TYPE, 1 },
{ "RPMTAG_RECONTEXTS", "Recontexts", RPMTAG_RECONTEXTS, RPM_STRING_ARRAY_TYPE, RPM_ARRAY_RETURN_TYPE, 1 },
```

defined, but description is not very concise what they are.

Since I am looking into impl policy file support as part of https://github.com/Richterrettich/rpm-rs/issues/18 and I would like to know if the above are relevant to policies at all, and what they are (either way).

So far all I can see that is relevant for selinux is 
```
{ "RPMTAG_POLICIES", "Policies", RPMTAG_POLICIES, RPM_STRING_ARRAY_TYPE, RPM_ARRAY_RETURN_TYPE, 0 },
```

Could you shed some lights here?



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1319
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200723/04c5e0b6/attachment.html>


More information about the Rpm-maint mailing list