Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510572
Collapse All | Expand All

(-)a/policy/modules/contrib/gnome.if (+54 lines)
Lines 115-120 template(`gnome_role_template',` Link Here
115
			gnome_dbus_chat_gkeyringd($1, $3)
115
			gnome_dbus_chat_gkeyringd($1, $3)
116
		')
116
		')
117
	')
117
	')
118
119
	ifdef(`gentoo_policy',`
120
		optional_policy(`
121
			gnome_dbus_chat_gconfd($1, $3)
122
		')
123
	')
118
')
124
')
119
125
120
########################################
126
########################################
Lines 604-609 interface(`gnome_gconf_home_filetrans',` Link Here
604
610
605
########################################
611
########################################
606
## <summary>
612
## <summary>
613
##	Send and receive messages from
614
##	gconf daemon over dbus.
615
## </summary>
616
## <param name="role_prefix">
617
##	<summary>
618
##	The prefix of the user domain (e.g., user
619
##	is the prefix for user_t).
620
##	</summary>
621
## </param>
622
## <param name="domain">
623
##	<summary>
624
##	Domain allowed access.
625
##	</summary>
626
## </param>
627
#
628
interface(`gnome_dbus_chat_gconfd',`
629
	gen_require(`
630
		type $1_gconfd_t;
631
		class dbus send_msg;
632
	')
633
634
	allow $2 $1_gconfd_t:dbus send_msg;
635
	allow $1_gconfd_t $2:dbus send_msg;
636
')
637
638
########################################
639
## <summary>
640
##	Send and receive messages from all
641
##	gconf daemon over dbus.
642
## </summary>
643
## <param name="domain">
644
##	<summary>
645
##	Domain allowed access.
646
##	</summary>
647
## </param>
648
#
649
interface(`gnome_dbus_chat_all_gconfd',`
650
	gen_require(`
651
		type gconfd_t;
652
		class dbus send_msg;
653
	')
654
655
	allow $1 gconfd_t:dbus send_msg;
656
	allow gconfd_t $1:dbus send_msg;
657
')
658
659
########################################
660
## <summary>
607
##	Read generic gnome keyring home files.
661
##	Read generic gnome keyring home files.
608
## </summary>
662
## </summary>
609
## <param name="domain">
663
## <param name="domain">

Return to bug 510572