• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

Android.mkD22-Nov-2023228 137

MODULE_LICENSE_GPLD22-Nov-20230

NOTICED22-Nov-202317.6 KiB341281

READMED22-Nov-2023471 107

fc_sort.cD22-Nov-202313.5 KiB568299

README

1fc_sort is a tool used for sorting the file_contexts entries based on a heuristic that is
2 covered by a Fedora document. That document can be found here:
3 * https://fedoraproject.org/wiki/SELinux/ManagingFileContext
4
5The tool itself originates from:
6 * https://github.com/TresysTechnology/refpolicy
7
8It can be updated to the current tip of master branch with the below command:
9$ wget https://raw.githubusercontent.com/TresysTechnology/refpolicy/master/support/fc_sort.c
10