MCPcopy Create free account
hub / github.com/coreutils/coreutils / ignorable_ctx_err

Function ignorable_ctx_err

src/selinux.h:26–30  ·  view source on GitHub ↗

Return true if ERR corresponds to an unsupported request, or if there is no context or it's inaccessible. */

Source from the content-addressed store, hash-verified

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

Callers 6

make_ancestorFunction · 0.85
process_dirFunction · 0.85
set_process_security_ctxFunction · 0.85
setdefaultfileconFunction · 0.85
make_ancestorFunction · 0.85
process_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected