Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Before: ``` ls -l /etc/ssl/certs/ NODE MODE UID GID SIZE(B) LASTMOD LABEL NAME 172.20.0.2 drwxr-xr-x 0 0 65 Feb 12 14:20:52 system_u:object_r:etc_t:s0 . 172.20.0.2 -rw-r--r-- 0 0 0 Feb 12 14:20:52 system_u:object_r:etc_t:s0 ca-certificates 172.20.0.2 -rw-r--r-- 0 0 231212 Feb 12 16:47:29 system_u:object_r:etc_t:s0 ca-certificates.crt ``` After: ``` 172.20.0.5 Lrwxrwxrwx 0 0 19 Feb 12 14:20:52 system_u:object_r:etc_t:s0 ca-certificates -> ca-certificates.crt 172.20.0.5 -rw-r--r-- 0 0 231212 Feb 12 17:20:12 system_u:object_r:etc_t:s0 ca-certificates.crt ``` Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information