Home
last modified time | relevance | path

Searched refs:secpolicy_fs_allowed_mount (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpolicy.h93 int secpolicy_fs_allowed_mount(const char *);
/titanic_44/usr/src/uts/common/os/
H A Dpolicy.c771 secpolicy_fs_allowed_mount(const char *fsname) in secpolicy_fs_allowed_mount() function
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c1249 if ((error = secpolicy_fs_allowed_mount(fsname)) != 0) { in domount()