Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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