FreeBSD Bugzilla – Attachment 104781 Details for
Bug 145009
rc.subr(8): rc.conf should allow mac label configuration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 878 bytes, created by
Michael Reynolds
on 2010-03-24 18:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Reynolds
Created:
2010-03-24 18:50:01 UTC
Size:
878 bytes
patch
obsolete
>--- etc/rc.subr 2009-12-30 14:25:40.000000000 -0500 >+++ /etc/rc.subr 2010-03-18 11:39:16.000000000 -0400 >@@ -646,7 +646,8 @@ > fi > eval _chdir=\$${name}_chdir _chroot=\$${name}_chroot \ > _nice=\$${name}_nice _user=\$${name}_user \ >- _group=\$${name}_group _groups=\$${name}_groups >+ _group=\$${name}_group _groups=\$${name}_groups \ >+ _label=\$${name}_label > > if [ -n "$_user" ]; then # unset $_user if running as that user > if [ "$_user" = "$(eval $IDCMD)" ]; then >@@ -726,10 +727,12 @@ > if [ -n "$_chroot" ]; then > _doit="\ > ${_nice:+nice -n $_nice }\ >+${_label:+setpmac $_label }\ > chroot ${_user:+-u $_user }${_group:+-g $_group }${_groups:+-G $_groups }\ > $_chroot $command $rc_flags $command_args" > else > _doit="\ >+${_label:+setpmac $_label }\ > ${_chdir:+cd $_chdir && }\ > $command $rc_flags $command_args" > if [ -n "$_user" ]; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145009
: 104781 |
146135
|
146136