logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

init_selinuxmnt - initialize the global variable selinux_mnt

Author

       This manual page has been written by Guido Trentalancia <guido@trentalancia.com>

Description

init_selinuxmnt() initializes the global variable selinux_mnt to the selinuxfs mountpoint.

       fini_selinuxmnt() deinitializes the global variable selinux_mnt that stores the selinuxfs mountpoint.

       set_selinuxmnt() changes the selinuxfs mountpoint to mnt.

Name

       init_selinuxmnt - initialize the global variable selinux_mnt

See Also

selinux(8),

                                                   21 Nov 2009                                init_selinuxmnt(3)

Synopsis

staticvoidinit_selinuxmnt(void);staticvoidfini_selinuxmnt(void);voidset_selinuxmnt(constchar*mnt);

See Also