Skip to content

consider changing caf and cafrun permissions to 555 #340

Closed
@mexas

Description

@mexas

ATM caf and cafrun are installed as 777, which is unsafe.
E.g. FreeBSD refuses to install under /usr/local/bin with such perms.
Consider changing to 555 by default:

-    PERMISSIONS WORLD_EXECUTE WORLD_READ WORLD_WRITE OWNER_EXECUTE OWNER_READ OWNER_WRITE GROUP_EX
ECUTE GROUP_READ GROUP_WRITE
+    PERMISSIONS WORLD_EXECUTE WORLD_READ OWNER_EXECUTE OWNER_READ GROUP_EXECUTE GROUP_READ
     DESTINATION "${CMAKE_INSTALL_BINDIR}"

in

src/mpi/CMakeLists.txt

Thanks

Anton

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions