Only minor changes Index: refpolicy/policy/modules/apps/usernetctl.if =================================================================== --- refpolicy.orig/policy/modules/apps/usernetctl.if 2008-08-03 16:46:56.000000000 +0200 +++ refpolicy/policy/modules/apps/usernetctl.if 2008-08-03 18:01:40.000000000 +0200 @@ -63,4 +63,9 @@ optional_policy(` modutils_run_insmod(usernetctl_t, $2, $3) ') + + + optional_policy(` + ppp_run(usernetctl_t,$2,$3) + ') ') Index: refpolicy/policy/modules/apps/usernetctl.te =================================================================== --- refpolicy.orig/policy/modules/apps/usernetctl.te 2008-08-03 16:46:56.000000000 +0200 +++ refpolicy/policy/modules/apps/usernetctl.te 2008-08-03 18:01:40.000000000 +0200 @@ -49,15 +49,21 @@ fs_search_auto_mountpoints(usernetctl_t) +auth_use_nsswitch(usernetctl_t) + libs_use_ld_so(usernetctl_t) libs_use_shared_libs(usernetctl_t) +logging_send_syslog_msg(usernetctl_t) + miscfiles_read_localization(usernetctl_t) seutil_read_config(usernetctl_t) sysnet_read_config(usernetctl_t) +term_search_ptys(usernetctl_t) + optional_policy(` hostname_exec(usernetctl_t) ') -- David Härdeman -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.