Next: 8.19 conflict in global
Up: 8 Specification of simplified
Previous: 8.17 allowseop
Contents
- Syntax
allowpriv netbootquotaon
swaponmount
rawioptracechrootunlabel
memlockniceresource
timedevcreatesetattrsearchread
writeall
- Meaning
Allow other priviledges.
- net
Allow capability CAP_NET_ADMIN(Such as
administrate NIC, route table).
- boot
Allow capabilityCAP_SYS_BOOT. This means allow the
usage of reboot system call.
- insmod
Allow capabilityCAP_SYS_MODULE. This means allow to
install kernel module.
- quotaon
Allow to quotaon.
- swapon
Allow to swapon.
- mount
Allow to mount device.
- rawio
Allow capability CAP_SYS_RAWIO.This means usage of
ioperm, iopl system call and access to /dev/mem.
- ptrace
Allow to use ptrace.
- chroot
Allow to use chroot.
- unlabel
Allow full access to unlabeled files(Files labeled as
unlabeled_t).
- memlock
Allow capability CAP_IPC_LOCK. This means to lock
memory.
- nice
Allow capability CAP_SYS_NICE. This means process scheduling.
- resource
Allow capability CAP_SYS_RESOURCE. This means usage
of rlimit etc.
- time
Allow capability CAP_SYS_TIME. Thie means modify
system clock.
- devcreate
Allow to create device files in directory that the domain can write.
Without this, a process can not create device
file on a directory even it is configured writable.
- setattr
Allow to setattr to files that the domain can s
access. Without this setattr permission is granted in w permission.
- search
Allow s permission to all files.
- read
Allow r permission to all files.
- write
Allow w permission to all files.
- all
Next: 8.19 conflict in global
Up: 8 Specification of simplified
Previous: 8.17 allowseop
Contents
2005-09-01