Skip to content

Commit

Permalink
will help
Browse files Browse the repository at this point in the history
  • Loading branch information
traylenator committed Jan 10, 2024
1 parent ccf1a5f commit 61ebef8
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 @@ -5,14 +5,14 @@ jobs:
pamtester:
runs-on: ubuntu-latest
steps:
- run: sudo apt install pamtester gcc make libselinux-dev libpam-dev
- run: sudo apt install pamtester gcc make libselinux-dev libpam-dev strace
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: make
- run: sudo make install INSTALLDIR=/usr/lib/x86_64-linux-gnu
- run: sudo cp pamtester/xdg_runtime_dir /etc/pam.d/xdg_runtime_dir
- run: sudo adduser testuser
- run: pamtester -v xdg_runtime_dir testuser open_session
- run: sudo pamtester -v xdg_runtime_dir testuser open_session
- run: test -d /run/user/$(id -u testuser)

0 comments on commit 61ebef8

Please sign in to comment.