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

Function is_smack_enabled

gl/lib/smack.h:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#endif
35
36static inline bool
37is_smack_enabled (void)
38{
39#ifdef HAVE_SMACK
40 return smack_smackfs_path () != NULL;
41#else
42 return false;
43#endif
44}

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected