Lines Matching refs:S_IRUGO

1236 		inode = sel_make_inode(dir->d_sb, S_IFREG | S_IRUGO | S_IWUSR);  in sel_make_bools()
1437 &sel_avc_cache_threshold_ops, S_IRUGO|S_IWUSR }, in sel_make_avc_files()
1438 { "hash_stats", &sel_avc_hash_stats_ops, S_IRUGO }, in sel_make_avc_files()
1440 { "cache_stats", &sel_avc_cache_stats_ops, S_IRUGO }, in sel_make_avc_files()
1497 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_initcon_files()
1596 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_perm_files()
1624 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_class_dir_entries()
1698 inode = sel_make_inode(policycap_dir->d_sb, S_IFREG | S_IRUGO); in sel_make_policycap()
1719 inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO); in sel_make_dir()
1746 [SEL_ENFORCE] = {"enforce", &sel_enforce_ops, S_IRUGO|S_IWUSR}, in sel_fill_super()
1747 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1748 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1749 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1750 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1751 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1752 [SEL_POLICYVERS] = {"policyvers", &sel_policyvers_ops, S_IRUGO}, in sel_fill_super()
1754 [SEL_MLS] = {"mls", &sel_mls_ops, S_IRUGO}, in sel_fill_super()
1756 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1757 [SEL_CHECKREQPROT] = {"checkreqprot", &sel_checkreqprot_ops, S_IRUGO|S_IWUSR}, in sel_fill_super()
1758 [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
1759 [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
1760 [SEL_STATUS] = {"status", &sel_handle_status_ops, S_IRUGO}, in sel_fill_super()
1761 [SEL_POLICY] = {"policy", &sel_policy_ops, S_IRUGO}, in sel_fill_super()
1781 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super()
1791 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); in sel_fill_super()