Return true if ERR corresponds to an unsupported request, or if there is no context or it's inaccessible. */
| 24 | /* Return true if ERR corresponds to an unsupported request, |
| 25 | or if there is no context or it's inaccessible. */ |
| 26 | static inline bool |
| 27 | ignorable_ctx_err (int err) |
| 28 | { |
| 29 | return err == ENOTSUP || err == ENODATA; |
| 30 | } |
| 31 | |
| 32 | # if HAVE_SELINUX_LABEL_H |
| 33 |
no outgoing calls
no test coverage detected