Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • config
  • selinux
  • Makefile.am
Find file
BlameHistoryPermalink
  • Dwight Engen's avatar
    provide an example SELinux policy for older releases · 719fae07
    Dwight Engen authored Jul 24, 2014
    The virtd_lxc_t type provided by the default RHEL/CentOS/Oracle 6.5
    policy is an unconfined_domain(), so it doesn't really enforce anything.
    This change will provide a link in the documentation to an example
    policy that does confine containers.
    
    On more recent distributions with new enough policy, it is recommended
    not to use this sample policy, but to use the types already available
    on the system from /etc/selinux/targeted/contexts/lxc_contexts, ie:
    
    process = "system_u:system_r:svirt_lxc_net_t:s0"
    file = "system_u:object_r:svirt_sandbox_file_t:s0"
    Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
    Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
    719fae07
Makefile.am 100 Bytes
EditWeb IDE
×

Replace Makefile.am

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.