index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config
/
libselinux.c
blob: 72f5d33b4cb276f7611b04b4029c6d04b8ad2668 (
plain
)
1
2
3
4
5
6
#include
<selinux/selinux.h>
int
main
(
void
)
{
freecon
(
0
);
return
0
;
}