diff --git a/refpolicy/policy/modules/services/ppp.fc b/refpolicy/policy/modules/services/ppp.fc index faa0c9e2..8970316d 100644 --- a/refpolicy/policy/modules/services/ppp.fc +++ b/refpolicy/policy/modules/services/ppp.fc @@ -21,7 +21,7 @@ # /var/run/(i)?ppp.*pid -- gen_context(system_u:object_r:pppd_var_run_t,s0) /var/run/pppd[0-9]*\.tdb -- gen_context(system_u:object_r:pppd_var_run_t,s0) -/var/run/ppp(/.*)? -- gen_context(system_u:object_r:pppd_var_run_t,s0) +/var/run/ppp(/.*)? gen_context(system_u:object_r:pppd_var_run_t,s0) # Fix pptp sockets /var/run/pptp(/.*)? gen_context(system_u:object_r:pptp_var_run_t,s0) diff --git a/refpolicy/policy/modules/services/rpc.fc b/refpolicy/policy/modules/services/rpc.fc index 2c54b0f5..dbe7c720 100644 --- a/refpolicy/policy/modules/services/rpc.fc +++ b/refpolicy/policy/modules/services/rpc.fc @@ -21,5 +21,7 @@ # # /var # +/var/lib/nfs(/.*)? gen_context(system_u:object_r:var_lib_nfs_t,s0) + /var/run/rpc\.statd(/.*)? gen_context(system_u:object_r:rpcd_var_run_t,s0) /var/run/rpc\.statd\.pid -- gen_context(system_u:object_r:rpcd_var_run_t,s0)