Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AEM 6.3 package permissions: allowing a user group to download, build a package, but not install

Avatar

Level 1

Is there a way to prevent an AEM author group from being able to INSTALL packages?

They should be able to download them, or build, but not INSTALL.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Typically, INSTALL requires "modify" and/or "delete" permissions. You may remove these for specific paths and still keep the "read" and "create" permissions to build the package and test.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Typically, INSTALL requires "modify" and/or "delete" permissions. You may remove these for specific paths and still keep the "read" and "create" permissions to build the package and test.

Avatar

Level 1

Thank you very much!