Remove extraneous spaces inside <screen> that mess up the print
output. Submitted by: loader@freebsdmall.com
This commit is contained in:
parent
c30228cb67
commit
db40918740
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22088
1 changed files with 9 additions and 9 deletions
|
@ -1835,7 +1835,7 @@ LABEL PID TT STAT TIME COMMAND
|
|||
maclabel biba/low(low-low),mls/low(low-low)
|
||||
&prompt.user; <userinput>ping -c 1 192.0.34.166</userinput>
|
||||
PING 192.0.34.166 (192.0.34.166): 56 data bytes
|
||||
ping: sendto: Permission denied</screen>
|
||||
ping: sendto: Permission denied</screen>
|
||||
|
||||
<para>Users are unable to ping
|
||||
<hostid role="domainname">example.com</hostid>, or any domain
|
||||
|
@ -1852,10 +1852,10 @@ PING 192.0.34.166 (192.0.34.166): 56 data bytes
|
|||
<screen>&prompt.root; <userinput>ifconfig bge0 maclabel biba/equal\(low-high\),mls/equal\(low-high\)</userinput>
|
||||
&prompt.user; <userinput>ping -c 1 192.0.34.166</userinput>
|
||||
PING 192.0.34.166 (192.0.34.166): 56 data bytes
|
||||
64 bytes from 192.0.34.166: icmp_seq=0 ttl=50 time=204.455 ms
|
||||
--- 192.0.34.166 ping statistics ---
|
||||
1 packets transmitted, 1 packets received, 0% packet loss
|
||||
round-trip min/avg/max/stddev = 204.455/204.455/204.455/0.000 ms</screen>
|
||||
64 bytes from 192.0.34.166: icmp_seq=0 ttl=50 time=204.455 ms
|
||||
--- 192.0.34.166 ping statistics ---
|
||||
1 packets transmitted, 1 packets received, 0% packet loss
|
||||
round-trip min/avg/max/stddev = 204.455/204.455/204.455/0.000 ms</screen>
|
||||
|
||||
<para>By setting a more correct label, we can issue
|
||||
<command>ping</command> requests.</para>
|
||||
|
@ -1870,10 +1870,10 @@ test1: biba/equal,mls/equal
|
|||
setfmac mls/low test1 test3; setfmac mls/high test2 test4</userinput>
|
||||
&prompt.root; <userinput>setfmac mls/equal,biba/equal test3 && getfmac test?</userinput>
|
||||
test1: biba/low,mls/low
|
||||
test2: biba/low,mls/high
|
||||
test3: biba/equal,mls/equal
|
||||
test4: biba/high,mls/high
|
||||
test5: biba/high,mls/equal
|
||||
test2: biba/low,mls/high
|
||||
test3: biba/equal,mls/equal
|
||||
test4: biba/high,mls/high
|
||||
test5: biba/high,mls/equal
|
||||
&prompt.root; <userinput>chown testuser:testuser test?</userinput></screen>
|
||||
|
||||
<para>All of these files should now be owned by our
|
||||
|
|
Loading…
Reference in a new issue