commit | e0456053d045997fa072565eb9b2c95ce9c9724a | [log] [tgz] |
---|---|---|
author | Richard Haines <richard_c_haines@btinternet.com> | Thu Oct 15 16:29:54 2015 +0100 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Oct 15 12:13:42 2015 -0400 |
tree | 86fd0c09d2d944bd5f83fb2fc2347d25b6d62946 | |
parent | 4d0a9868e149a878b6861e6ca8f55bbcf2d10a48 [diff] |
libselinux: Fix selabel_open(3) services if no digest requested If selabel_open is called with no request for a digest it will fail with ENOENT. This fixes all the labeling routines to resolve this problem. The utils/selabel_digest example has also been updated to allow calling selabel_open with and without digest requests to aid testing. Signed-off-by: Richard Haines <richard_c_haines@btinternet.com>