Skip to content

Commit

Permalink
correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 10, 2024
1 parent cd499b4 commit 65c6215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pamtester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- run: pwd
- run: ls
- run: make
- run: sudo make install INSTALLDIR=/usr/lib/x86_64-linux-gnu
- run: sudo make install INSTALLDIR=/usr/lib/x86_64-linux-gnu/security
- run: sudo cp pamtester/xdg_runtime_dir /etc/pam.d/xdg_runtime_dir
- run: sudo adduser testuser
- run: sudo strace -f -y pamtester -v xdg_runtime_dir testuser open_session
- run: pamtester -v xdg_runtime_dir testuser open_session
- run: test -d /run/user/$(id -u testuser)

0 comments on commit 65c6215

Please sign in to comment.