Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
static inline bool
37
is_smack_enabled (void)
38
{
39
#ifdef HAVE_SMACK
40
return smack_smackfs_path () != NULL;
41
#else
42
return false;
43
#endif
44
}
Callers
4
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected