trunk: Definitions for open permisson on file and similar objects from Eric Paris.
This commit is contained in:
parent
e065ac8ab5
commit
210607be61
@ -1,3 +1,5 @@
|
|||||||
|
- Definitions for open permisson on file and similar objects from Eric
|
||||||
|
Paris.
|
||||||
- Apt updates for ptys and logs, from Martin Orr.
|
- Apt updates for ptys and logs, from Martin Orr.
|
||||||
- RPC update from Vaclav Ovsik.
|
- RPC update from Vaclav Ovsik.
|
||||||
- Exim updates on Debian from Devin Carrawy.
|
- Exim updates on Debian from Devin Carrawy.
|
||||||
|
@ -125,6 +125,7 @@ inherits file
|
|||||||
reparent
|
reparent
|
||||||
search
|
search
|
||||||
rmdir
|
rmdir
|
||||||
|
open
|
||||||
}
|
}
|
||||||
|
|
||||||
class file
|
class file
|
||||||
@ -133,6 +134,7 @@ inherits file
|
|||||||
execute_no_trans
|
execute_no_trans
|
||||||
entrypoint
|
entrypoint
|
||||||
execmod
|
execmod
|
||||||
|
open
|
||||||
}
|
}
|
||||||
|
|
||||||
class lnk_file
|
class lnk_file
|
||||||
@ -144,16 +146,23 @@ inherits file
|
|||||||
execute_no_trans
|
execute_no_trans
|
||||||
entrypoint
|
entrypoint
|
||||||
execmod
|
execmod
|
||||||
|
open
|
||||||
}
|
}
|
||||||
|
|
||||||
class blk_file
|
class blk_file
|
||||||
inherits file
|
inherits file
|
||||||
|
{
|
||||||
|
open
|
||||||
|
}
|
||||||
|
|
||||||
class sock_file
|
class sock_file
|
||||||
inherits file
|
inherits file
|
||||||
|
|
||||||
class fifo_file
|
class fifo_file
|
||||||
inherits file
|
inherits file
|
||||||
|
{
|
||||||
|
open
|
||||||
|
}
|
||||||
|
|
||||||
class fd
|
class fd
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user