Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-6494

RH254-137, semanage port typo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • RH254 - RHEL 7 0
    • RH254 - RHEL 7 0
    • RH254
    • None
    • ROL

      URL:
      Reporter RHNID:
      Section: -
      Language:
      Workaround:

      Description: ⁠4.11. Lab: Network Port Security

      Step 1d uses semanage port to add 999/TCP. The protocol option should use -p tcp, NOT -t tcp.

      READS:
      [student@serverX ~]$ sudo semanage port -a -t ssh_port_t -t tcp 999
      SHOULD READ:
      [student@serverX ~]$ sudo semanage port -a -t ssh_port_t -p tcp 999

            ghacker_jira George Hacker (Inactive)
            rht-ftaylor Forrest Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: