OXIESEC PANEL
- Current Dir:
/
/
snap
/
core24
/
988
/
etc
/
apparmor.d
/
tunables
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/04/2025 04:37:49 PM
rwxr-xr-x
📄
alias
734 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
apparmorfs
495 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
dovecot
917 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
etc
1.23 KB
03/19/2025 06:09:43 PM
rw-r--r--
📄
global
871 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
home
974 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📁
home.d
-
05/04/2025 04:37:49 PM
rwxr-xr-x
📄
kernelvars
1.48 KB
03/19/2025 06:09:43 PM
rw-r--r--
📄
multiarch
607 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📁
multiarch.d
-
05/04/2025 04:37:49 PM
rwxr-xr-x
📄
proc
548 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
run
129 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
securityfs
525 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
share
929 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
sys
378 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📄
xdg-user-dirs
844 bytes
03/19/2025 06:09:43 PM
rw-r--r--
📁
xdg-user-dirs.d
-
05/04/2025 04:37:49 PM
rwxr-xr-x
Editing: kernelvars
Close
# Copyright (C) 2012 Canonical Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of version 2 of the GNU General Public # License published by the Free Software Foundation. # # ------------------------------------------------------------------ # This file should contain declarations to kernel vars or variables # that will become kernel vars at some point # until kernel vars are implemented # and until the parser supports nested groupings like # @{pid}=[1-9]{[0-9]{[0-9]{[0-9]{[0-9]{[0-9],},},},},} # use @{pid}={[1-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9],[1-4][0-9][0-9][0-9][0-9][0-9][0-9]} #same pattern as @{pid} for now @{tid}=@{pid} #A pattern for pids that can appear @{pids}=@{pid} # Placeholder for user id until kernel var is implemented to match # current user of the confined application. # Values are 0...4,294,967,295 (32-bit unsigned, 10 digits). @{uid}={[0-9],[1-9][0-9],[1-9][0-9][0-9],[1-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9],[1-4][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]} #same pattern as @{uid} for now @{uids}=@{uid} # until kernel var is implemented @{sys}=/sys/ # Also, include files in tunables/kernelvars.d for site-specific adjustments include if exists <tunables/kernelvars.d>