coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

install: implement `--preserve-context`

Open Goorzhel opened this issue 4 years ago • 3 comments

❯ man install | col -b | grep 'preserve.*context'
       --preserve-context
              preserve SELinux security context

Used in install -C (#1756, coreutils v8.32 ref).

Goorzhel avatar Mar 12 '21 20:03 Goorzhel

I looked at this before and I didn't find a crate to manage SELinux contexts... A simple binding on the library might be enough

sylvestre avatar Mar 13 '21 22:03 sylvestre

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 13 '23 12:01 stale[bot]

Hasn't been fixed yet

tertsdiepraam avatar Jan 13 '23 22:01 tertsdiepraam