dirfile_protect (3) Linux Manual Page
NAME dirfile_protect — modify the protection level of a dirfile fragment SYNOPSIS #include <getdata.h> int dirfile_protect(DIRFILE *dirfile, int protection_level, int fragment_index); DESCRIPTION The dirfile_protect() function sets the advisory protection level of the format file fragment specified by fragment_index to protection_level in the dirfile(5) database specified by dirfile. The protection_level argument should be one of the…
