feat(profile): add lsipc
This commit is contained in:
parent
8b280b5ef0
commit
ed06dac702
2 changed files with 49 additions and 0 deletions
16
tests/integration/utils/lsipc.bats
Normal file
16
tests/integration/utils/lsipc.bats
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bats
|
||||
# apparmor.d - Full set of apparmor profiles
|
||||
# Copyright (C) 2025 Alexandre Pujol <alexandre@pujol.io>
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
load ../common
|
||||
|
||||
@test "lsipc: Show information about all active IPC facilities" {
|
||||
lsipc
|
||||
}
|
||||
|
||||
@test "lsipc: Show information about active shared memory segments, message queues or sempahore sets" {
|
||||
lsipc --shmems
|
||||
lsipc --queues
|
||||
lsipc --semaphores
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue