Lines Matching refs:S_IRUGO
1244 inode = sel_make_inode(dir->d_sb, S_IFREG | S_IRUGO | S_IWUSR); in sel_make_bools()
1445 &sel_avc_cache_threshold_ops, S_IRUGO|S_IWUSR }, in sel_make_avc_files()
1446 { "hash_stats", &sel_avc_hash_stats_ops, S_IRUGO }, in sel_make_avc_files()
1448 { "cache_stats", &sel_avc_cache_stats_ops, S_IRUGO }, in sel_make_avc_files()
1505 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_initcon_files()
1604 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_perm_files()
1632 inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); in sel_make_class_dir_entries()
1706 inode = sel_make_inode(policycap_dir->d_sb, S_IFREG | S_IRUGO); in sel_make_policycap()
1727 inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO); in sel_make_dir()
1754 [SEL_ENFORCE] = {"enforce", &sel_enforce_ops, S_IRUGO|S_IWUSR}, in sel_fill_super()
1755 [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1756 [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1757 [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1758 [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1759 [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1760 [SEL_POLICYVERS] = {"policyvers", &sel_policyvers_ops, S_IRUGO}, in sel_fill_super()
1762 [SEL_MLS] = {"mls", &sel_mls_ops, S_IRUGO}, in sel_fill_super()
1764 [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, in sel_fill_super()
1765 [SEL_CHECKREQPROT] = {"checkreqprot", &sel_checkreqprot_ops, S_IRUGO|S_IWUSR}, in sel_fill_super()
1766 [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
1767 [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
1768 [SEL_STATUS] = {"status", &sel_handle_status_ops, S_IRUGO}, in sel_fill_super()
1769 [SEL_POLICY] = {"policy", &sel_policy_ops, S_IRUGO}, in sel_fill_super()
1789 inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); in sel_fill_super()
1799 init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); in sel_fill_super()