Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
panlinux committed Jan 2, 2024
1 parent 2750d4c commit 2f26a2f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ To completely remove the security features and make sure they are or are not the
Type=oneshot
ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py
```

2. Reload the systemd units:

```
sudo systemctl daemon-reload
```

3. Use the service and observe if the problem you are troubleshooting is still there. If it's still there, then the security features are not the cause.


For more precise troubleshooting such cases, next are a few tips.


## Apparmor
## Troubleshooting Apparmor

Apparmor is loaded for the `apt-news.service` unit via the `AppArmorProfile` directive:

Expand Down

0 comments on commit 2f26a2f

Please sign in to comment.