Skip to content

Commit

Permalink
🐛 Fix client permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wakeful-Cloud committed Apr 2, 2024
1 parent 4d2ad88 commit 2ef94f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/nfpm-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contents:
file_info:
group: root
owner: root
mode: 0755
mode: 0644

# NSS module shared library symlink
- src: /usr/lib/${MULTIARCH_TRIPLET}/libnss_oauth.so.2
Expand All @@ -32,7 +32,7 @@ contents:
file_info:
group: root
owner: root
mode: 0755
mode: 0644

# PAM module shared library
- src: ./dist/lib/pam_oauth.so
Expand All @@ -41,7 +41,7 @@ contents:
file_info:
group: root
owner: root
mode: 0755
mode: 0644

# Client binary
- src: ./dist/bin/pam-oauth-client
Expand Down

0 comments on commit 2ef94f7

Please sign in to comment.