OXIESEC PANEL
- Current Dir:
/
/
snap
/
core
/
17210
/
etc
/
systemd
/
system
/
multi-user.target.wants
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/02/2024 07:52:55 PM
rwxr-xr-x
📄
cgmanager.service
0 bytes
01/01/1970 12:00:00 AM
---------
📄
cgproxy.service
0 bytes
01/01/1970 12:00:00 AM
---------
📄
cron.service
251 bytes
05/10/2022 08:59:19 PM
rw-r--r--
📄
networking.service
0 bytes
01/01/1970 12:00:00 AM
---------
📄
pppd-dns.service
0 bytes
01/01/1970 12:00:00 AM
---------
📄
remote-fs.target
522 bytes
01/28/2018 03:58:17 PM
rw-r--r--
📄
rsyslog.service
290 bytes
05/03/2022 09:20:37 AM
rw-r--r--
📄
snapd.apparmor.service
880 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
snapd.autoimport.service
432 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
snapd.core-fixup.service
369 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
snapd.recovery-chooser-trigger.service
550 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
snapd.seeded.service
322 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
snapd.service
590 bytes
05/29/2023 12:10:12 PM
rw-r--r--
📄
ssh.service
493 bytes
03/30/2022 01:17:14 PM
rw-r--r--
📄
ubuntu-fan.service
0 bytes
01/01/1970 12:00:00 AM
---------
Editing: snapd.apparmor.service
Close
# This systemd unit is needed on distributions that use apparmor but don't have # special support for loading snapd apparmor profiles. Until upstream apparmor # user-space release contains a systemd unit that is actually shipped by # distributors and that contains the necessary extension points for snapd the # apparmor profiles for snap applications need to be loaded separately from # other applications. [Unit] Description=Load AppArmor profiles managed internally by snapd DefaultDependencies=no Before=sysinit.target # This dependency is meant to ensure that apparmor initialization (whatever that might entail) is complete. After=apparmor.service ConditionSecurity=apparmor RequiresMountsFor=/var/cache/apparmor /var/lib/snapd/apparmor/profiles [Service] Type=oneshot ExecStart=/usr/lib/snapd/snapd-apparmor start RemainAfterExit=yes [Install] WantedBy=multi-user.target