PERFORCE change 113417 for review

Todd Miller millert at FreeBSD.org
Mon Jan 22 20:17:28 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113417

Change 113417 by millert at millert_macbook on 2007/01/22 20:08:33

	chfn and chsh are links to chpass so they need the same label.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/admin/usermanage.fc#3 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/admin/usermanage.fc#3 (text+ko) ====

@@ -1,6 +1,7 @@
 /usr/bin/chage		--	gen_context(system_u:object_r:passwd_exec_t,s0)
 /usr/bin/chfn		--	gen_context(system_u:object_r:chfn_exec_t,s0)
 /usr/bin/chsh		--	gen_context(system_u:object_r:chfn_exec_t,s0)
+/usr/bin/chpass		--	gen_context(system_u:object_r:chfn_exec_t,s0)
 /usr/bin/gpasswd	--	gen_context(system_u:object_r:groupadd_exec_t,s0)
 /usr/bin/passwd		--	gen_context(system_u:object_r:passwd_exec_t,s0)
 /usr/bin/vigr		--	gen_context(system_u:object_r:admin_passwd_exec_t,s0)


More information about the trustedbsd-cvs mailing list