mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
efb8552b05
The test verifies if the device file can be queried using 'access(dev_name, F_OK)' when the permissions are set to 'rw'. The call does not explicitly trigger read or write access but should succeed. Signed-off-by: Vasiliy Ulyanov <vulyanov@suse.de>