Projects STRLCPY flan Commits c7d1e05e
🤬
  • Update Makefile for SELinux

    Added a label :Z, because without it it does not work for CentOS7 with SELinux enabled - it cannot write files to the /shared/ directory
    
    Details:
    https://www.mankier.com/8/docker_selinux
    http://manpages.org/docker-run
    https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html/container_security_guide/docker_selinux_security_policy
  • Loading...
  • foxmeyson committed with GitHub 4 years ago
    c7d1e05e
    1 parent 30adf2a3
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Makefile
    skipped 2 lines
    3 3   
    4 4  container_name = flan_$(shell date +'%s')
    5 5  start :
    6  - docker run --name $(container_name) -v $(shell pwd)/shared:/shared flan_scan
     6 + docker run --name $(container_name) -v $(shell pwd)/shared:/shared:Z flan_scan
    7 7   
Please wait...
Page is in error, reload to recover